[PHP] socket_create()

2002-02-26 Thread Nathan Littlepage
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.

Re: [PHP] Crontab

2002-02-26 Thread Nathan Littlepage
Compile php as a CGI then write a script that begins as such. #!/usr/local/bin/php -q ?php / / code here ? 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: