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 explorer address bar, it says the page cannot
 be displayed.
 the file permissions are rw-r-r

Stupid question -- are you running a webserver?

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
The fact that 47 PEOPLE are yelling and sweat is cascading down my
SPINAL COLUMN is fairly enjoyable!!
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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_change/sundar.html
in my internet explorer address bar, it says the page cannot
be displayed.
the file permissions are rw-r-r
[snip] 

A couple of questions:

- what operating system are you (and the webserver) on?
- what webserver brand do you use?
- to what directory is the document root for the webserver configured?
- what is the url of filecheck.php?


-- 
   O Ernest E. Vogelsinger
   (\)ICQ #13394035
^ http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 Thomson. 

You can also try my website out, it only has some basics on it right
now, I haven't had any time lately to write any more information but I
will shortly. 
www.theouterphere.com

Kelly

-Original Message-
From: DIKSHA NEEL [mailto:[EMAIL PROTECTED]] 
Sent: February 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 enter http://192.168.0.1/bdoi_change/sundar.html
in my internet explorer address bar, it says the page cannot
be displayed.
the file permissions are rw-r-r

thanks in advance,

regards,
diksha.






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php