RE: [PHP] cron or something similar ?

2001-11-03 Thread JSheble


One way would be to choose a web hoster that provides you with cron access.
See JTL Networks at http://www.jtlnet.com

 -Original Message-
 From: Srinivasan Ranganathan [mailto:[EMAIL PROTECTED]]
 Sent: Friday, November 02, 2001 10:22 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] cron or something similar ?


 Hi all

 Im working on a newsletter using php. Is there any
 way, other than using a cron job? Cuz, when i approach
 a my web host provider, how can i add a cron job to
 his system? how do other newsletter programs do this
 even when they are hosted at remote sites?

 Thanks in advance (Urgent plz)

 Regards
 Srinivasan Ranganathan

 ___
 *NEW*   Yahoo! Messenger for SMS. Now on your Cellforce phone*NEW*
 Visit http://in.mobile.yahoo.com/smsmgr_signin.html

 --
 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]




Re: [PHP] cron or something similar ?

2001-11-03 Thread Steve Werby

Srinivasan Ranganathan [EMAIL PROTECTED] wrote:
 Im working on a newsletter using php. Is there any
 way, other than using a cron job?

Of course.  Run the script manually via the commandline version of PHP or
require a password and form submission on a web-based version of the script
and run it manually or schedule a program on another server with cron (or pc
with scheduling program) to visit the page automatically.  wget can be used
to do this.

 Cuz, when i approach
 a my web host provider, how can i add a cron job to
 his system?

If you have shell access and your user has privileges to add a cron entry
then the program crontab can be used.  man crontab for more info.  If
not, your hosting provider will have to do it for you, that is if the
provider allows users to run cron jobs.

 how do other newsletter programs do this
 even when they are hosted at remote sites?

Some people just use mailing list programs like majordomo, mailman,
smarlist, etc. and send the newsletter out to the recipients manually...

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
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] cron or something similar ?

2001-11-02 Thread Srinivasan Ranganathan

Hi all

Im working on a newsletter using php. Is there any
way, other than using a cron job? Cuz, when i approach
a my web host provider, how can i add a cron job to
his system? how do other newsletter programs do this
even when they are hosted at remote sites?

Thanks in advance (Urgent plz)

Regards
Srinivasan Ranganathan

___
*NEW*   Yahoo! Messenger for SMS. Now on your Cellforce phone*NEW*
Visit http://in.mobile.yahoo.com/smsmgr_signin.html

-- 
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]