Re: Request-URI Too Large

2002-03-11 Thread delz
',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

Re: Request-URI Too Large

2002-03-11 Thread delz
',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

Re: Request-URI Too Large

2002-03-11 Thread ds
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

Re: Request-URI Too Large

2002-03-08 Thread delz
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

RE: Request-URI Too Large

2002-03-08 Thread Andreas Frosting
> 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

Request-URI Too Large

2002-03-08 Thread delz
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