Jump to content

Linking Html With Php To Mysql


emesem5

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/270765-linking-html-with-php-to-mysql/
Share on other sites

the readme for the API should give instructions for what you are asking to do. as each and every API is different, and the only code you gave is javascript, we heve nothing to work with to help you. If you want code written for you stick a thread in the freelancing section and someone should contact you with a price.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.