Ajax Reading from database dynamically
I am developing a website / database solution that gives an administrator the ability to log into a web page and take actions on the database.
Currently they can add / remove / run predefined queries, however in 'edit' the records in the table I would like them to specify the primary key (ID) and then read ajax in the values โโassociated with that record and allow them.
What's the best way to do this? Any pointers would be great!
+3
source to share