Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes PHP and the fly likes php return true OR echo OR HttpResponse::send()? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Languages » PHP
Reply Bookmark "php return true OR echo OR HttpResponse::send()?" Watch "php return true OR echo OR HttpResponse::send()?" New topic
Author

php return true OR echo OR HttpResponse::send()?

liliya woland
Ranch Hand

Joined: Apr 11, 2006
Posts: 134
Hi all,
I'm new to php. I have an .html page with an ajax call to php. I can reach the script, and it gets executed. The problem is I have no idea how to pass a value back into my .html page, the response to my ajax call. I have a basic php book that has nothing for it.
Do I need to have a method to have a return statement?
Ideally, I'd use HttpResponse::send(), but I can not get it to work - 500 error.

Please help, I'm lost! In all, I tested with:



Here is what my script looks like:



K. Tsang
Ranch Hand

Joined: Sep 13, 2007
Posts: 1260

Not sure where its your HttpResponse not returning or not working as it should but have you try using the old traditional AJAX approach using JavaScript getXmlHttpObject() stuff?

By the way, if your PHP script simply do send email, why not just return the status from the mail() function. But again currently that status is nowhere.


K. Tsang JavaRanch SCJP5 SCJD/OCM-JD
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: php return true OR echo OR HttpResponse::send()?
 
Similar Threads
Writing to web space from Java applet.
Using a Variable with AJAX
php to javascript
Submit dynamically created form with jQuery
Display of contents from TextArea