Re: [PHP] Crontab
Compile php as a CGI then write a script that begins as such. #!/usr/local/bin/php -q Chmod on file and place in crontab. - Original Message - From: "Uma Shankari T." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 11:11 PM Subject: [PHP] Crontab > > >
[PHP] socket_create()
Anyone having an issue with socket_create(AF_INET, SOCK_DGRAM, SOL_UDP) not working on a FreeBSD box? socket_create(AF_INET, SOCK_STREAM, SOL_TCP) work fine, just not udp.