I just changed my server to SSL, everything worked before that. now if I have a form with an input box (named "searchstring" for example) with a value of "TEST", when that form is posted (submitted) I get the following:
foreach($_POST as $key => $value) { echo "[POST]Key: '$key'; Value: '$value'<br>\n"; } will print: Key:'searchstring' ; Value: 'TESTsearchstring=TEST' can anyone tell me where the second "searchstring=TEST" is coming from? I have tried register globals on and off. [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php