Quote:
Originally Posted by AdultKing
But even then
Code:
if ($geo == "") {
$geo['city'] = "Your City";
?>
won't work will it ?
I'm not on my dev machine so I can't try it.
|
It's not "correct" but php is very forgiving, it won't error out and just in that isolated piece of code will work. He should be comparing to $geo['city'] though.