Diksha, It's very late in phpland perhaps all the coders have gone out for coffee. However, perhaps "button" isn't what you want, try radio, submit or checkbox. Also, do a google search on html and button to see what's out there. Cheers, Hugh ----- Original Message ----- From: "DIKSHA NEEL" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 12:05 AM Subject: [PHP] button not seen
> dear all, > > hi! > i have a php script filecheck2.php in which i have written the > following code. > > $fp = fopen("sundar.html", "w"); > fwrite($fp, "<html><head><title>diksha</title></head><body><h1>i > solved problem!"); > //fwrite($fp,"</h1>your login name is : $login</h1>"); > fwrite($fp,"<pre>"); > fwrite($fp,"<input type=button name=valid value=\"Validate\">"); > fwrite($fp, "</bodY></html>"); > fclose($fp); > > now when i run the php script, i am able to see "i solved > problem" > on my screen according to the code. > but i CANNOT SEE THE BUTTON ! > > can anyone please tell me why? > > regards, > diksha. > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php