"Fester" <[EMAIL PROTECTED]> wrote in message ae3dft$39s$[EMAIL PROTECTED]">news:ae3dft$39s$[EMAIL PROTECTED]... > Thank you very much. I see that I must access variables using $_POST['var'] > syntax. I'm disappointed that variable access appears not to be backward > compatible to earlier versions fo PHP, but such is life.
However it's more secure in terms of users spoofing your variables. As a tip, you can also use extract($_POST) to automatically create all the POST variables, just like before. Add this to the beginning of "old" code to get it to work while you fix all the individual references. - Steve Yates - Life's unfair...but the root password helps! / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php