Hello,
IM new to php..
IM tring to write a script and here is what im tring to do...
Okay i have a database with 3 tables,
And i want to check a the domain its on and check the key. Well if the domain isnt right and or the key, then it will kill the script.
I have tried this
if ($status !="no" ) {
echo ("blah--what--ever");
}
This is doesnt work... Can i get some help on this.