fighnight Posted December 26, 2007 Share Posted December 26, 2007 Hi I am a newbie on Cron Jobs and I using it to insert and update some part of my user table php /public_html/pokevalley.info/update.php my code on update <?php /my connect page include 'conpage.php'; $cp="Update username set promo='0' where id ='1'"; mysql_query($cp) or die(mysql_error()); ?> [b]My Email Get this [/b] Status: 404 X-Powered-By: PHP/5.2.4 Content-type: text/html No input file specified. Quote Link to comment https://forums.phpfreaks.com/topic/83187-solved-cron-job/ Share on other sites More sharing options...
fighnight Posted December 26, 2007 Author Share Posted December 26, 2007 anyone ? Quote Link to comment https://forums.phpfreaks.com/topic/83187-solved-cron-job/#findComment-423142 Share on other sites More sharing options...
fighnight Posted December 26, 2007 Author Share Posted December 26, 2007 Figured it out :] Quote Link to comment https://forums.phpfreaks.com/topic/83187-solved-cron-job/#findComment-423148 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.