> 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 or my > phpscript?
Try putting method="post" in your <form> I.e: <form action="foo.php" method="post"> :wq //andreas --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php