On Tuesday 19 March 2002 18:38, Ramesh Nagendra Pillai wrote: > 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?>">
Do not set a value, leave it empty. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Yow! I want my nose in lights! */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php