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
- Re: [PHP] button not seen DIKSHA NEEL
- Re: [PHP] button not seen Hugh Danaher
- Re: [PHP] button not seen RIVES Sergio SOFRECOM
- Re: [PHP] button not seen Jason Wong
- Re: [PHP] button not seen Hugh Danaher
- Re: [PHP] button not seen Mincu Alexandru