you might want to see if track_vars is on? I know that I don't have
problems with those _VARS when I use a form. Are you sure the they are in
the right scope?
Jim Lucas
- Original Message -
From: "Mihail Bota" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 27, 2001
it still does that even though you are saying $GLOBALS[HTTP_REFERER] ??
- Original Message -
From: "Mihail Bota" <[EMAIL PROTECTED]>
To: "Jim Lucas [php]" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, December 27, 2001 11:26 AM
Subje
with php's mail() funciton you can send to multiple recipents via the
headers. just build the headers so it will BCC to everybody at once.
one word of caution, you can only have a header that is 5kb or smaller.
otherwise php will start truncating the header. Found that out the hard
way.
so, jus