Re: [PHP-WIN] HTTP Referer

2001-12-27 Thread Jim Lucas [php]
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

Re: [PHP-WIN] HTTP Referer

2001-12-27 Thread Jim Lucas [php]
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

Re: [PHP-WIN] mail to too many users

2002-01-28 Thread Jim Lucas [php]
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