> [snip]
>> I tried using echo($_GET['$textbox']) instead of printf statement in
>> hello.php.. 
> [/snip]

> Try $_POST['textbox'] instead. (You were using "method=post".)

... or $HTTP_POST_VARS['textbox']

-- 
Krzysztof Dziekiewicz


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

Reply via email to