[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, htmlheadtitlediksha/title/headbodyh1i solved problem!); //fwrite($fp,/h1your login name is : $login/h1); fwrite($fp,pre); fwrite($fp,input type=button name=valid

Re: [PHP] button not seen

2003-02-21 Thread Hugh Danaher
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, htmlheadtitlediksha/title/headbodyh1i solved problem

Re: [PHP] button not seen

2003-02-21 Thread RIVES Sergio SOFRECOM
- 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

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, htmlheadtitlediksha/title/headbodyh1i solved problem!); //fwrite($fp,/h1your login name is : $login/h1);

Re: [PHP] button not seen

2003-02-21 Thread Hugh Danaher
] 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, htmlheadtitlediksha/title/headbodyh1i solved problem!); //fwrite($fp,/h1your

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 html head title diksha /title /head body h1 i solved problem /h1 pre