Forum Moderators: open

Message Too Old, No Replies

Using ajax to retrieve data

         

JuicyScript

5:49 am on Feb 16, 2010 (gmt 0)

10+ Year Member



Does anyone knw how to retrieve data from the database(mysql) into a table with textboxes using ajax or jquery

Fotiman

3:42 pm on Feb 16, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can't access a database directly using AJAX (or any JavaScript framework). You can use AJAX to communicate with the server, but you would still need a server component to perform the connection to the database.