I am trying the article geocoding addresses with PHP/MySQL and can't
get past this part.
// Opens a connection to a MySQL server
$connection = mysql_connect(localhost, $username, $password);
if (!$connection) {
die("Not connected : " . mysql_error());
I have the phpsqlgeocode_dbinfo.php created but my connection doesn't
work. My question is do I have to do something in the above code to
localhost?
Any help will be greatly appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---