Mukta Telang wrote:

I tried using echo($_GET['$textbox']) instead of printf statement in

As the name of your textbox is "textbox" not "$textbox", use $_GET['textbox'] instead.

HTH
Chris



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

Reply via email to