> you also really don't need single quotes in the $_POST...

(if the variable is within a string delimited by _double_ quotes)
 
> echo "Name: $_POST[name]";
> 
> .. should work.

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to