[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]

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 some

[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). Within

[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

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

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

2001-08-30 Thread Paul Procacci
line and strace it and see which errno the socket open call is giving you (you said you weren't a newbie). -Rasmus On Fri, 31 Aug 2001, Paul Procacci wrote: 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