Hai 
I am new bie to PHP Can any one please give me a
solution for my problem
Thanx in Advance

I am using an form in an PHP page and I am submitting
it to the same page, 
After Submitting the form I want to clear the form
details.Please tell how to 
clear the form.

Code in first.php is

<form name="first" acion="<?PHP_SELF?>" method="post">
         <input type="text" name="first"
value="<?=$first?>">
         <input type="text" name="second"
value="<?=$second?>">
         <input type="text" name="third"
value="<?=$third?>">
         <input type="submit" value="submit"
name="submit">
</form>

After submitting the form I want to Clear all the
textboxes.

With Regards
Ramesh.N

=====
Take care.....
Bye..Bye...

With Regards
Ramesh.N

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

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

Reply via email to