Hi. First post here.
ive been trying to send a variable over to php using $_post.
On button click ajax
"Email=email@hotmail.com" & TextBox.TEXT
Sent to $_POST ['email']
Echo "true"
The "true" should be sent to the lastdata variable but it doesnt seem to be going. The php script works but I think I must be missing something