shookessali
New Member
I get an internal server error with the following code... any suggestions:\[code\]<form name="user" action="this.php" method="post"><input type="text" name="description" id="description" value="" /><input type="submit" name="" id="" value="http://stackoverflow.com/questions/1983013/Edit Page" /> </form>\[/code\]There is no other code on the page, and it self submits fine UNLESS I place a MySQL query inside the text field, such as SELECT s FROM d WHERE 1=1Then I get the following error:\[quote\] The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.\[/quote\]I do have some .htaccess rules going on, but I don't know how that would effect a query that doesn't do anything or go anywhere...