Anyone know how to do something like the following... I've been trying to get it to work for a while and I can't could someone please help thanks. I need a script that does this....
$string = select from Table WHERE domain=$domain AND date = $date
if results =1 (if it finds results)
die;
else {
run script...
How would I do that?