0

I have used this method with inputs but am having a problem with my textarea- I need to get the value from the texture on enter and echo it back out in a PHP file, however I can't get the values entered. In fact I can't get ANY output from the PHP form at all even though I am linking to the right folder. I don't know where the problem is.

Here is my form:

enter image description here

Javascript to send value:

enter image description here

PHP form where not even "hi" is echoed:

enter image description here

I would think the Ajax request had not succeeded however the success output "BLURB WORKS" is printed. What am I doing wrong here?

EDIT:

Running the PHP by itself I am getting this-

enter image description here

blue
  • 7,175
  • 16
  • 81
  • 179

1 Answers1

0

Line 23 in JavaScript: Change newBlurb into blurbEdit

Thi Tran
  • 681
  • 5
  • 11