Your REGISTER_GLOBALS setting in the PHP.INI file is probably set to OFF. If this is the case (which is actually a good thing as far as security is concerned), then you need to use the SUPER GLOBALS to access the POSTed or GET variables.
Please refer to
http://www.php.net/manual/en/languag...predefined.php
in either case you should be able to change your PHP ECHO Code to the following
echo $_POST['Websites'];
Paul Gardner
------------------
PHP-LIVE help
Via Web @
http://www.mnetweb.co.uk/irc
Via IRC Client pgardner.net:6667
room #PHP