Hi, i've being playing around with AJAX and reading strings from a webpage. I have managed to do that and now i'm trying to do the same thing but in a better way. I was wondering if there are any tutorials centred around database accessing and editing using construct. I basically know nothing i'm guessing it has something to do with SQL but thats as far as i got. Can this be done?
The basic goal
Read from a database a set of values depending on an input to the server i.e. an ID number
And a side goal is to load data into a database depending on an input to the server i.e. ID and Name
I've been trying on my own for a bit now, i tried making a php page that would access the database depending on input but then when i came to the actual database section got lost. I was wondering if there was a way to access the database directly
Thanks in advance