i was working on this script a little while ago, i need one more bit of code, can any one tell me what i would need to code this
Store todays date (Day and month) in a table (all-ready set the table up)
Check that the date isn't todays
i have got this so far
$today = date("m-d");
$ecardcheck=$DB_site->query("SELECT date FROM ecard");
if ($ecardcheck=$today) {
$DB_site->query("UPDATE ecard SET date='$today'");
there is alot of other code but this is what i need to know
anyone help
i will release the hack when i know this.
jamie
|