RE: [PHP] file not opening in internet explorer

2003-02-19 Thread Kelly Protsko
19, 2003 12:27 AM To: [EMAIL PROTECTED] Subject: [PHP] file not opening in internet explorer hi all, $fp = fopen("\bdoi_change\sundar.html", "w"); i am able to write to this file through my php page filecheck.php and even am able to read the written contents. but when i e

Re: [PHP] file not opening in internet explorer

2003-02-19 Thread Ernest E Vogelsinger
At 08:27 19.02.2003, DIKSHA NEEL said: [snip] >$fp = fopen("\bdoi_change\sundar.html", "w"); > >i am able to write to this file through my php page >filecheck.php and even am able to read the written contents. > >but when i enter http://192.168.0.1/bdoi_chan

Re: [PHP] file not opening in internet explorer

2003-02-19 Thread John Taylor-Johnston
> > the file permissions are "rw-r-r" > Stupid question -- are you running a webserver? Charming isn't he? > /* > The fact that 47 PEOPLE are yelling and sweat is cascading down my > SPINAL COLUMN is fairly enjoyable!! > */ Indeed. Help the "colleague" out Jason, or get off the channel. -- PH

Re: [PHP] file not opening in internet explorer

2003-02-19 Thread Jason Wong
On Wednesday 19 February 2003 15:27, DIKSHA NEEL wrote: > $fp = fopen("\bdoi_change\sundar.html", "w"); > > i am able to write to this file through my php page > filecheck.php and even am able to read the written contents. > > but when i enter http://192.168.0.1/bdoi_change/sundar.html > in my inte

[PHP] file not opening in internet explorer

2003-02-18 Thread DIKSHA NEEL
hi all, $fp = fopen("\bdoi_change\sundar.html", "w"); i am able to write to this file through my php page filecheck.php and even am able to read the written contents. but when i enter http://192.168.0.1/bdoi_change/sundar.html in my internet explorer address bar, it says the page cannot be disp