My first post here. I'm an ancient programmer, but a bit challenged when it comes to websites.
I have a website template which uses php, mysql, and javascript which I've ftp'd to my homepage, but of course, doesn't work. Its basic job is to serve up a google map showing a route of gps coordinates. It includes some elementary route management options too.
Although this a GPS project, the issue I need help with is the homepages website. I am successfully http-posting my GPS data to test website websmithing which I believe is the template - feel free to check it out. Some of my routes are there.
I found an Ihug homepage using javascript, but mySql and php don't seem to be available - does anyone know? Alternatively is sqLite a possibility?
I guess at a minimum I can do without any database and store coordinates in a table, and maybe the php functionality can be replaced with http - does anyone know?
All ideas gratefully received, also any suggestions on how/where I'd learn to recreate this php functionality in http most welcome.