First of all this is a link to what I am attempting: http://code.google.com/support/bin/answer.py?answer=87134&topic=11364&ctx=sibling
Second of all, this is a link to where I am so far: http://massage-healthcare.com/phpsqlsearch_genxml.php (useless so far, shows the error only) Third of all, this is my sql connection file: (connections/mysql.php) <?php # FileName="" # Type="MYSQL" # HTTP="true" $hostname_mysql = "localhost"; $database_mysql = "massage_directory"; $username_mysql = "massage_jerry"; $password_mysql = "agod1man"; $mysql = mysql_pconnect($hostname_mysql, $username_mysql, $password_mysql) or trigger_error(mysql_error(),E_USER_ERROR); ?> I am trying like crazy to put together a doctor locator for patients, but to no avail. This tutorial looks great, but my php/sql skills are not as strong as they could be. When I first try to connect it will give me a cannot locate or server reset error, then when I refresh, I get the parsing error. You can see a jpg of the php file here: (I couldn't post it without it trying to parse, if you need the live code, I can send it happily): http://massage-healthcare.com/linktocode.jpg Please help, I am trying to develop a great system, and really want to further my skillset, so I look forward to hearing from good programmers. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
