RE: [PHP-DB] Newbie:Backend scripts

2001-07-06 Thread Mats Remman
/ +47 916 23566 -Original Message- From: PHPFAN [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 4:53 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Newbie:Backend scripts Thank you very much for your help Beau!!! Sagil. Beau Lebens [EMAIL PROTECTED] wrote

[PHP-DB] Newbie:Backend scripts

2001-07-05 Thread PHPFAN
Hi, I am using php4 with mssql backend loaded on windows 2000. Here is my problem: I want to update my database contents every 2 hours with some sql statements. Is there anyway I can write scripts in php and run them every 2 hours? Anyother solutions are most welcome. Thank You, Sagil. --

RE: [PHP-DB] Newbie:Backend scripts

2001-07-05 Thread Beau Lebens
: Friday, 6 July 2001 9:43 AM // To: [EMAIL PROTECTED] // Subject: [PHP-DB] Newbie:Backend scripts // // // Hi, // // I am using php4 with mssql backend loaded on windows 2000. // // Here is my problem: // // I want to update my database contents every 2 hours with some sql // statements

Re: [PHP-DB] Newbie:Backend scripts

2001-07-05 Thread PHPFAN
ct: [PHP-DB] Newbie:Backend scripts // // // Hi, // // I am using php4 with mssql backend loaded on windows 2000. // // Here is my problem: // // I want to update my database contents every 2 hours with some sql // statements. // Is there anyway I can write scripts in php and run them //

RE: [PHP-DB] Newbie:Backend scripts

2001-07-05 Thread Beau Lebens
! beau // -Original Message- // From: PHPFAN [mailto:[EMAIL PROTECTED]] // Sent: Friday, 6 July 2001 10:20 AM // To: [EMAIL PROTECTED] // Subject: Re: [PHP-DB] Newbie:Backend scripts // // // Hello Beau Lebens, // // Thank you very much for the advice. // I am using windows 2000/NT.So do

RE: [PHP-DB] Newbie:Backend scripts

2001-07-05 Thread Beau Lebens
// OK, i just checked and tested (jeez i'm a nice guy.. :P) and // dodgy Windoze // schedule doesn't allow you to do it by the hour, so if you // want it every 2 // hours, you'll have to set one, daily at 2am, one daily at // 4am etc etc, all // doing the same thing. change this, under the

Re: [PHP-DB] Newbie:Backend scripts

2001-07-05 Thread PHPFAN
Thank you very much for your help Beau!!! Sagil. Beau Lebens [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... // OK, i just checked and tested (jeez i'm a nice guy.. :P) and // dodgy Windoze // schedule doesn't allow you to do it by the hour, so if you //