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]
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
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
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
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
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
6 matches
Mail list logo