Hello there,
I'll begin by saying that I've been looking for a similar question for several hours now to no avail -- I'm sorry if it's been asked tons of times already!
I started out as a front-end developer and now I need to dive into the back-end.
I made a fairly large MySQL database with lots of scientific data stored on two tables. I imported it into my x10 server by using phpMyAdmin and I can run queries from the SQL tab as normal.
I also have a JavaScript-HTML-CSS page hosted on the same account on x10. The page needs access to that MySQL data, but I have no idea how to use phpMyAdmin to start serving out the data in a JSON object or something, that I can then retrieve using my JavaScript-based site.
Any ideas?
I'll begin by saying that I've been looking for a similar question for several hours now to no avail -- I'm sorry if it's been asked tons of times already!
I started out as a front-end developer and now I need to dive into the back-end.
I made a fairly large MySQL database with lots of scientific data stored on two tables. I imported it into my x10 server by using phpMyAdmin and I can run queries from the SQL tab as normal.
I also have a JavaScript-HTML-CSS page hosted on the same account on x10. The page needs access to that MySQL data, but I have no idea how to use phpMyAdmin to start serving out the data in a JSON object or something, that I can then retrieve using my JavaScript-based site.
Any ideas?