call ajax inside wordpress posts/pages

Mistikal

New Member
Sorry for this but I searched the whole web for a solution to my probleme but in vain :(What I want to achieve is creating a normal Post and adding a form to it that once submitted, goes to a database and gets back a value.I created a plugin for that and integrated it in the admin menu then set a function that queries the db :\[code\]myfunc_getcode($db, $table, $value, $return) // returns a value\[/code\]how can I achieve this!? I mean, when a user inserts some data in the form (that exists inside a post or page) then he clicks on submit, Ajax talks to the db and gets the results back.I don't even know if wordpress 3.0.1 allows such things!
 
Back
Top