Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 01-08-2003, 08:47 AM   #1 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
running PHP with a cron?

is there anything special i need to do to run a PHP script from a cronjob?

i want to run my script every 2 hours to update some info...

thanks
__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 01-08-2003, 08:55 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,446
sde is on a distinguished road
i've done it before, .. you have to make your script something like this:

Code:
#!/path/to/php
<?
echo "my php script";
?>
[SHELL]# chmod u+x script.php[/SHELL]
edit cron "crontab -e"
[SHELL]* */2 * * * /path/to/script.php[/SHELL]

disclaimer: this is all just theory .. haven't done it in a while =)
sde is offline   Reply With Quote
Old 01-08-2003, 09:35 AM   #3 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
how do you get a CGI script to run inside a PHP script?
__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 01-08-2003, 10:27 AM   #4 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
ignore this thread.

im doing something different.

__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 01-08-2003, 11:16 AM   #5 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,446
sde is on a distinguished road
<?
exec("/path/to/perl/script.cgi");
?>
sde is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need to learn PHP Nitro PHP 9 06-28-2003 11:24 AM
PHP as CGI?? bdl PHP 8 05-08-2003 08:29 AM
running PHP in a specific directory? Admin PHP 1 04-24-2003 06:27 PM


All times are GMT -8. The time now is 05:32 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting