Skip to content
Advertisement

PHP not returning Ajax Call

I’m trying to send over the data from my textarea using an ajax call to my PHP file, but we aren’t getting any response back from the PHP file.

JavaScript
JavaScript

— # Answer # —

I thought I had already tried an echo in this piece of code, but I think I just missed the output on the webpage and thought it wasn’t working.

JavaScript

Advertisement

Answer

Thanks Mickael for the answer!

I completely forgot to add an echo to my code.

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement