RE: [PHP] Mail Sent Date - more info

2002-02-08 Thread Pickup, Jordan
PHP that it is wrong? Is this just a bug in PHP 4.0.4? Jordan -Original Message- From: Pickup, Jordan [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 1:40 PM To: '[EMAIL PROTECTED]' Subject: [PHP] Mail Sent Date We are in the -0700 time zone but whenever I use PHP t

[PHP] Mail Sent Date

2002-02-08 Thread Pickup, Jordan
We are in the -0700 time zone but whenever I use PHP to send a message it sends it from +0700 making the message appear to have been sent 14hours earlier than it was. I can add my own Date header to the mail function with the correct date/time zone but that means I have to modify all my script

[PHP] A Separate Process?

2001-08-27 Thread Pickup, Jordan
Is there any way to make a separate process in PHP? I do real-time stats collection on my site and one of the things I collect is the domain of the user (to get their country). Sometimes getting the domain name takes a few seconds to come back and the user has to wait for that time before their

RE: [PHP] I give - Whats wrong

2001-01-24 Thread Pickup, Jordan
Could it be the lack of $? It should be $retrn =. "$VariableName\=$VariableValue"; I do that all the time. The syntax is so close to javascript that when I'm typing I often leave out the dollar sign. Especially when I have php and javascript in the same file. On Wednesday, January 24, 2001 4:

RE: [PHP] Session Help (transparent sid's)

2001-01-12 Thread Pickup, Jordan
I got past this horrible mess by breaking the code. PHP seems to look for structures so if you break it up: print(""); or print(""); or $s .= " Hello, > > Can someone please help? > > My ISP has recompiled php with the transparent sid support and now when i try to access a certain page for th