I need to load data from a database into a modal. From what I read on the net, I have to use Ajax not only to get the data but also to generate the modal body html. If that's true, I'm beginning to...
Type: Posts; User: lcsqlpete
I need to load data from a database into a modal. From what I read on the net, I have to use Ajax not only to get the data but also to generate the modal body html. If that's true, I'm beginning to...
I am using a modal to add new data to a database using an html form which submits the data to a PHP script. Everything works great if there are no errors detected by my PHP script but if I find any...