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 internet

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. -- PHP General

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

RE: [PHP] file not opening in internet explorer

2003-02-19 Thread Kelly Protsko
You may also need world execute on the file before it will work. I've had this problem myself with certain files and they would only show up once I had world execute on them. rw-r-r-x IF you are looking for a good tutorial there is an awesome book PHP and MySQL web development by welling and