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

-----Original Message-----
From: John Gurley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 6:55 AM
To: [EMAIL PROTECTED]
Subject: [PHP] input


hello,
    Someone was kind enough to give me this code for sending a value from 
one page to another, but it doesn't work. I wonder if anyone can see 
anything wrong:

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

I want to pass $inp to another pagee.

Thanks In advance
John

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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

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

Reply via email to