Jump to content

[SOLVED] Cron Job


fighnight

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/83187-solved-cron-job/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.