Thanks everyone for the help. Finally got it working using this:

<?php

echo '<input name = "inp" type = "hidden" value =';
echo ("$_POST '$inp'");
echo '>';

?>

Don't hhave a clue why this worked and the others didn't?!?!?
thanks
John

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


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

Reply via email to