> echo '<input name = "inp" type = "hidden" value = "'.$_POST['$inp'].'">';

First of all, $_POST will only work in PHP 4.1.x so make sure you are
running a recent version.  And second, I bet you mean $_POST['inp'] there.

-Rasmus


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

Reply via email to