Re: [PHP] button not seen

2003-02-21 Thread Mincu Alexandru
Now let's see your "sundar.html" would look like this after your script and a little indenting diksha i solved problem The first thing you do if

Re: [PHP] button not seen

2003-02-21 Thread Hugh Danaher
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 and tags should be in your script too. - Original Message - From: "DIKSHA NEEL" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Feb

Re: [PHP] button not seen

2003-02-21 Thread Jason Wong
On Friday 21 February 2003 16:05, DIKSHA NEEL wrote: > i have a php script filecheck2.php in which i have written the > following code. > > $fp = fopen("sundar.html", "w"); > fwrite($fp, "dikshai > solved problem!"); > //fwrite($fp,"your login name is : $login"); > fwrite($fp,""); > fwrite($fp,"")

Re: [PHP] button not seen

2003-02-21 Thread RIVES Sergio SOFRECOM
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 missing for example you don't see what you were trying to output... So I do agree with Hugh. Sergio Hu

Re: [PHP] button not seen

2003-02-21 Thread Hugh Danaher
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