Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey,

for my project I need a way to browse my SQL database online in a way similar to this.

Any suggestions on how to realize a similar solution, using PHP/JS?

Thanks in advance
Posted

1 solution

Hey.

Do you have any experience with PHP and or JavaScript?
If not then you would have to learn the basics before attempting a full solution.

Below are some links which i've come across:
http://www.freewebmasterhelp.com/tutorials/phpmysql
http://www.tizag.com/mysqlTutorial/

They show easy examples of how to connect to a MYSQL database using PHP.

With regards to the Javascript you could find tutorials here:
http://www.w3schools.com/js/[^]
http://webteacher.com/javascript/[^]
http://www.tizag.com/javascriptT/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900