TRAITOR!!! That's http://www.vbforums.com/
The difference is, vbforums.com has a better user base, and the people there actually have a sense of humor. :)
I doubt if they'd know that trick, but then, that makes it a little unethical doesn't it?
IMEO, it does.
You'd be better off using the meta keywords instead. Google does look into that. And besides, does any search engine besides google even matter? I doubt it.
I could suggest...
I am running PHP on a Windows account, and I have been unable to send emails. The code I am using is:
mail("$to", "$subject", "$msg", "$headers");
I get an error/warning message:
Warning: mail(): SMTP server response: 503 RCPT first (#5.5.1) in...
Nah, I changed my code in there...
if(isset($_GET['id'])){
$id=$_GET['id'];
if($id==0 OR $id==""){
$id=0;
}
}
else{
$id=0;
}
If only I hadn't been so lazy...
I'm on the Windows server you guys have...
Have globals in PHP been turned off on your servers? A lot of my pages were depending upon it.
Also, have you guys included index.php as one of the default pages (in IIS I presume)? Because I'm having to manually type "index.php" in there...