Just wondering if anyone can point me in the directuon of some tutorial/s that Delve into sql queries/insertions/deletions (is that a word?) using jquery and/or php.
What I was specifically wanting to do was have a button that added an entry to a table And then the button would change or dissappear or become greyed out.
Any links that might set me on the rig开发者_C百科ht track would be awesome!
Thank you in advance!
http://agiletoolkit.org/intro/addons
Scroll down for a CRUD implementation using jQuery UI dialog on top of Agile Toolkit
You should use something like achieved in jQuery UI dialog modal-form. In the other end, you just sanitize input and make modifications. It would be awesome, if you give more exact description of what you want achieve.
精彩评论