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
MAIL 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, "dik

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
hat'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, > > &

Re: [PHP] button not seen

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

[PHP] button not seen

2003-02-21 Thread DIKSHA NEEL
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, "dikshai solved problem!"); //fwrite($fp,"your login name is : $login"); fwrite($fp,""); fwrite($fp,""); fwrite($fp, ""); fclose($fp); now when i run the php