RE: [PHP] Setcookie

2001-08-31 Thread Galvin, Max
Header redirect isn't vaiable in this situation. > -- > From: Jason Radley[SMTP:[EMAIL PROTECTED]] > Sent: 31 August 2001 17:00 > To: Galvin, Max > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Setcookie > > $alertthem = &quo

[PHP] Setcookie

2001-08-31 Thread Galvin, Max
Is there any way to see whether or not the cookie setting has actually worked without going to another page? I suspect there isn't but I'd like confirmation ;) Cheers Max -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [PHP] php as cron

2001-06-21 Thread Galvin, Max
Either recompile PHP as a cgi OR use lynx to do it so: lynx -dump http://www.mysite.com/myscript.php You can then collect the output in the usual ways. M > -- > From: AJDIN BRANDIC[SMTP:[EMAIL PROTECTED]] > Sent: 21 June 2001 09:07 > To: [EMAIL PROTECTED] > Subject: