PHP question

What I need to put into my PHP to return a specific string or value in "event.response" ?

thanks

1
echo ("hello world")

if you are well versed with PHP, then what ever you return to the browser that gets rendered is what you would return back to the event.response

so basically it will be what you want

1
2
3
4
5
<? php
 echo("whatever you want to return")
 $number = 3
 echo ("The number is $number")
?>
views:1383 update:2011/10/30 22:40:54
corona forums © 2003-2011