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..
talking back
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: talking back
Set up a test that sends the POST data to you PHP script and then checks the response.
(#10850)