acutally i found my problem, what was happening was that script1 that was
on the server that file resides had that file open at the same time that
scirpt2 was trying to open via http, when i change that files name, the
permissions changed, and script1 was unable to open the file, and so
script2 was able to :p my bad.

but it leads me to another question, is there a way to get the file size
of something opened via httpd? 


Jerry Bonner
Systems Analyst / Web Development
---------------------------------
email: [[EMAIL PROTECTED]]
icq  : [34572902]
phone: [507.344.1514]
fax  : [507.385.6017]
---------------------------------
Prairie Lakes Internet

On Thu, 5 Apr 2001, Steve Werby wrote:

> "Jerry" <[EMAIL PROTECTED]> wrote:
> > im trying to fopen a url with something like to following :
> >
> > fopen("something.com/something.txt", r);
> >
> > this returns a "0"
> 
> If you're trying to open an external file make sure you prepend the URL with
> 'http://'.  If that's a local file and it's not finding the file, make sure
> the path is correct.
> 
> > now when i rename the doc to something.htm, ill get the contents?
> 
> Which document - the one being called by fopen() or the one containing the
> PHP script?
> 
> --
> Steve Werby
> President, Befriend Internet Services LLC
> http://www.befriend.com/
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to