On Wednesday 13 March 2002 20:54, John Gurley wrote:
> 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.

Please, we're not mind-readers, *how* doesn't it work? Errors? Nothing?

Also what version of PHP are you using?


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
When in doubt, have a man come through the door with a gun in his hand.
                -- Raymond Chandler
*/

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

Reply via email to