talking back

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eliddell
Forum Newbie
Posts: 8
Joined: Thu Apr 22, 2010 12:31 pm

talking back

Post 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..
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: talking back

Post by Christopher »

Set up a test that sends the POST data to you PHP script and then checks the response.
(#10850)
Post Reply