Diksha,
A quick google search shows that "buttons" are likely a javascript thing,
not an html or php thing.  Also, I agree with Jason Wong in that <form
action= method= > and </form> tags should be in your script too.

----- 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

Reply via email to