Click here to Skip to main content
15,885,193 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm having a table product in the database pascal, I'm using Mysql (Xampp) to store the database. I want to "Select * from product". I want to have ajax script that can query the sql statement and display it on a html page. I dont want to have any .php files. Can someone help me.. Thank you.
Posted
Updated 28-May-14 6:51am
v2

1 solution

Check this,
http://www.w3schools.com/php/php_ajax_database.asp[^]

All the best:)Write back if you are stuck up
 
Share this answer
 
Comments
Member 10261384 28-May-14 13:50pm    
in this example you gave, there is php files attached to it, and i dont need php files, just that all queries are being done in a html page using ajax.

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