On 09/07/03 at 09:23 Henrik Hornemann wrote:
>Hi, > >You are probably running with REGISTER_GLOBALS off. REGISTER_GLOBALS is set off in php.ini >You can access your form variables like this: >$title=$_POST['title']; $lastname=$_POST['lastname']; ... and so on. > >hth Henrik Hornemann > I have put your code at the start of my script and it now works. Thanks a lot. jh -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php