this is still not working for passing a value from one page to another:

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

When I look at the source this appears:
<input name = "inp" type = "hidden" value = "">

which I take to mean that it does not know what $inp is. could it be 
something with my browser, or am I still doing something wrong (I wouldn't 
be a bit surprised)

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