indeed. Your problem is an html problem because when i launch your script with
IE, the button is there but with Netscape not... Netscape is more 'strict'
than IE. When there is a single end of </head> missing for example you don't
see what you were trying to output...
So I do agree with Hugh.
Sergio



Hugh Danaher a écrit :

> 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


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

Reply via email to