Hello,

I am having some trouble sending the url from my Google Base housing
results form to a MYSQL table that I have linked.

All of the data that gets passed shows up as "Array[0]->href" in the
website column, not as the specific website.

This is what the SQL statement looks like:

$sql = "INSERT INTO $tablename(location, lat, lng, map_var, website)
VALUES('$attr->text', '$lat', '$lng', '$map_var', '$entry->link[0]-
>text')";

Any help would be most appreciated.

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data 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-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to