jquery grabbing post details and returning them to the form
Posted
by SoulieBaby
on Stack Overflow
See other posts from Stack Overflow
or by SoulieBaby
Published on 2010-04-20T23:51:53Z
Indexed on
2010/04/20
23:53 UTC
Read the original article
Hit count: 246
Hi all, I've been trying to use jquery to grab the information from $_POST and return the user back to the actual form if their email address already exists in the system, however I can't seem to get jQuery to grab the php variable $post (which has all the information from $_POST) and spit them back to the original form. Could someone help me out please? :)
© Stack Overflow or respective owner