I have quite some experience with php, but I am very new to using jQuery.
I am hoping someone can give me some example code (preferably) or point me in the right direction for which jQuery functions I need to use, essentially, what I want to do is for a user to submit a form in php and then for the results of that form submit to be displayed on the same page using jQuery (I assume).
Like I said I have very little experience with jQuery, and none doing something like this. So any help is appreciated.
Well, this answer is not really targeted at the newbie, but if you really want to dig into writing your own custom a PHP/JQuery interface you might want to try something like this:
Note sure if there’s any library out there that does this implementation but I do have some
sample implementation which I use on some custom development projects, maybe you might find
some of the insights useful if you are really into writing your own code.
See the following code snippet