Jump to content

emesem5

New Members
  • Posts

    2
  • Joined

  • Last visited

emesem5's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. My Bad, I've got the .php file outputting xml, and also another .php file outputting .csv from the SQL database. i just cant figure out how to link the .php file to my HTML with the variable "location".
  2. Hey, I'm new to all of this, but I'm trying to link my HTML file to SQL to get coordinates for a Maps API. I've got a map poputlating, but i need to manually put in the data. I want it to populate automatically when opened. so far i have my HTML reading: <script type="text/javascript"> var locations = [ ['address 1', Lat, Long, 1], ['address 2', lat, long, 1], ]; My sql DB has the info set out in the same format, i just dont know how to link the HTML with SQL. Would anyone know how to script what I want to link the HTML to SQL with a PHP with the format that I need?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.