dongzhong5967 2011-07-22 07:15
浏览 63
已采纳

从变量中获取值,发送到php进行处理并将该值添加到mysql数据库中?

i am new to php and mysql.

How can i extract a VALUE from a JAVASCRIPT VARIABLE(i set) then send it to a PHP page that can read it and process it , the PHP will then insert the value into a table in MySQL database.

var A = "somevalue"

I have been researching but none of it give me a simple and direct answer . I saw some people uses JSON(which i am unfamiliar with) to do this.

Hopes someone can give me an example of the javascript/jquery , php code to this. Thanks!

  • 写回答

3条回答 默认 最新

  • duanraa1984 2011-07-22 07:17
    关注

    You've asked for... a lot. But, this tutorial looks like it could help you.

    (FYI -- I swapped out the original tutorial for one on ibm.com. It's better but far more wordy. The original tutorial can be found here)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?