开发者

dynamic sql query using jquery + php

开发者 https://www.devze.com 2023-02-21 06:13 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消