',subject='$subject',carbon='$carbon',body=
'$body',postedby='$postedby' WHERE idx='$idx'";
$result = mysql_db_query("e-bulletin", $query);
$query = "SELECT * FROM czz";
$result = mysql_db_query("e-bulletin", $query);
my
',subject='$subject',carbon='$carbon',body=
'$body',postedby='$postedby' WHERE idx='$idx'";
$result = mysql_db_query("e-bulletin", $query);
$query = "SELECT * FROM czz";
$result = mysql_db_query("e-bulletin", $query);
my
t;Edit" in which it
> goes to another script called editform02.php which is where the data is
> displayed and then you can edit it there. My problem is I cannot proceed to
> the other script editform02.php because it gives me the error "Request URI
> Too Large", this only appea
s I cannot proceed to
the other script editform02.php because it gives me the error "Request URI
Too Large", this only appears whenever I have a big amount of data in one of
my textbox.
Below is my script editform01.ph
> I'm using php and mysql as my server, when I'm updating a large
> page on my database using a browser I get
> "Request-URI Too Large
> the requested URL's length exceeds the capacity limit for this server.
> request failed: URI too long"
> Why i
Hi,
I'm using php and mysql as my server, when I'm updating a large
page on my database using a browser I get
"Request-URI Too Large
the requested URL's length exceeds the capacity limit for this server.
request failed: URI too long"
Why is this so? Do I need to adj