[PHP] Session problems

2001-02-21 Thread Jack Davis

We have designed a web based email program that we have
recently found a problem with...If you open up two email
accounts in two different browser windows, the first window
opened takes on the session that the second window is in.
It appears that you can open up as many sessions as you
like, but all open windows take on the session properties
of the most recently opened session...This happens in Windows 
and Linux with either IE or Netscape...Has anyone else
had this problem and if so how can I work around it...

Thanks,
-- 
Jack Davis
Network Administrator
Bootheel Internet Services
[EMAIL PROTECTED]
(573)888-0075
fax (573)888-0098

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




[PHP] mail() problem...

2002-04-03 Thread Jack Davis

I wrote a small piece of code to take a text file with
a list of email addresses in it one per line and send out
an email to each of them like so...

$headers = "From:  [EMAIL PROTECTED]\r\n";
$headers .= "Reply-To: [EMAIL PROTECTED]\r\n";

$message = "Blah Blah Blah";

$subject = "Subject of the message";

$arrText = file("test.txt");

for ($i=0; $ihttp://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php