emesem5 Posted November 16, 2012 Share Posted November 16, 2012 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? Quote Link to comment https://forums.phpfreaks.com/topic/270765-linking-html-with-php-to-mysql/ Share on other sites More sharing options...
Muddy_Funster Posted November 16, 2012 Share Posted November 16, 2012 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. Quote Link to comment https://forums.phpfreaks.com/topic/270765-linking-html-with-php-to-mysql/#findComment-1392876 Share on other sites More sharing options...
emesem5 Posted November 17, 2012 Author Share Posted November 17, 2012 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". Quote Link to comment https://forums.phpfreaks.com/topic/270765-linking-html-with-php-to-mysql/#findComment-1393159 Share on other sites More sharing options...
jcbones Posted November 17, 2012 Share Posted November 17, 2012 We can't either, without any code. For we are not sitting there looking over your shoulder. So, if you want any help, you will have to post the code you are looking at. Quote Link to comment https://forums.phpfreaks.com/topic/270765-linking-html-with-php-to-mysql/#findComment-1393183 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.