',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
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
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
> 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