[PHP] Serious Fopen Problems - not newbie :)

2001-08-30 Thread Paul Procacci
Hey all, I've been using php for a long time and never have I had a problem with fopen(). Everytime I try to use fopen, I get some weird error messages. If I do fopen("http://www.php.net";, "r") - I get this error message: Undefined error: If I try doing fopen("http://www.somehost.com/~mynam

Re: [PHP] Serious Fopen Problems - not newbie :)

2001-08-30 Thread Paul Procacci
I'm sure http://www.php.net exists. :) Speedboy wrote: > > > with fopen(). Everytime I try to use fopen, I get some weird error > > > messages. If I do fopen("http://www.php.net";, "r") - I get this error > > > message: Undefined error: > > > If I try doing > > > fopen("http://www.somehost.co

Re: [PHP] Serious Fopen Problems - not newbie :)

2001-08-30 Thread Paul Procacci
0 sigprocmask(SIG_BLOCK, NULL, [])= 0 sigprocmask(SIG_BLOCK, NULL, [])= 0 shutdown(4, 0 /* receive */)= 0 close(4) = 0 shutdown(4, 0 /* receive */)= -1 EBADF (Bad file descriptor) sigprocmask(SIG_BLOCK, NULL, [])= 0 sigpro

Re: [PHP] Serious Fopen Problems - not newbie :)

2001-08-31 Thread Paul Procacci
This is a snippet from my code. $FILE = "http://www.somehost.com";; $fp = fopen($FILE, "r"); if(!$fp){ print("Somethings screwy"); } else{ do stuff } Any suggestions? Paul Speedboy wrote: > > I'm sure http://www.php.net exists. :) > > No, what my sentence meant was you're trying to do so

[PHP] Re: passing variables between scripts?

2001-08-31 Thread Paul Procacci
Sessions would definately save the data. :) Jon Thompson Coon wrote: > I can't cope the fact that I loose my variables every time I reload the > page. If someone could point me to the right direction, I'd be grateful. > > Present problem: > > I have a script that has some globals (surprise). Wi

[PHP] stupid newbie question

2001-10-04 Thread Paul Procacci
How do u fork? Thanks ahead of time : ) -- 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]