[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: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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:  [PHP] php as cron
 
 Hi
 
 I have PHP installed as Apache module but I want to run a cron job.  I 
 have .php script that works OK when executed through browser but is there 
 any way I could execute it through a cron job.
 
 Ajdin
 
 
 -- 
 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 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]