> $query = 'SELECT * FROM '.$table;
Is it really like that? Try -
$query = "SELECT * FROM '$table' " ;
As Andrew said, you really don't want t leave it this undefended oonce
you've got the basics working.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---