Page 1 of 1

talking back

Posted: Sat Jul 16, 2011 9:43 am
by eliddell
I am developing a java based application and using php to read and write to an online database...

right now, i am testing my php scripts by them self and just using "echo" to catch successes and failures... in the end i will be _POST - ing variable to the php from java and want the php to return to my java app what i am currently using "echo" for.. please help..

Re: talking back

Posted: Sat Jul 16, 2011 4:46 pm
by Christopher
Set up a test that sends the POST data to you PHP script and then checks the response.