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
p?idx=$idx&date=$date&too=$too&subject=$subject&carbon=$ > carbon&body=$body&postedby=$postedby\">Edit > "; > > } > > echo ""; > > } else { > > echo "No data."; > > } > > mysql_free_result($result

Re: Request-URI Too Large

2002-03-08 Thread delz
ginal Message - From: "Andreas Frosting" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 09, 2002 10:06 AM Subject: RE: Request-URI Too Large > > I'm using php and mysql as my server, when I'm updating a large > > page on my database u

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 is this so? Do I need to adjust something on mysql