On Dec 2, 2:40 pm, needgooglemaphelp <[email protected]> wrote:
> helo my connect file is exactly like that

Yes, but your main file now has this
// Opens a connection to a mySQL server
===========
$dbusername="X";
$dbpassword="X";
$dbname="X";
//
// Next line is database connection
//
$db_connection=mysql_connect('X',$dbusername,$dbpassword) or
die(mysql_error());
===========
which isn't what was suggested or what is needed.

(My earlier reponse seems to have been disconnected from this thread)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to