Search found 3 matches

by san-migel
Sat Oct 01, 2011 7:24 am
Forum: PHP - Code
Topic: New to php - need urgent help
Replies: 6
Views: 745

Re: New to php - need urgent help

tazee wrote:have you succeeded communicating between the two servers?
I did. but only with the help of eclipse. NOw I'm stuck with finding out how to use - getRealPath.
how do I make a servletContext instance, to perform this method?
by san-migel
Thu Sep 29, 2011 8:09 am
Forum: PHP - Code
Topic: New to php - need urgent help
Replies: 6
Views: 745

Re: New to php - need urgent help

You have two servers yes? and you use php to generate a message on the webserver which is sent to the other server using SOAP (or similar)? then the backend server saves the message in an xml file? FIrst of all I want to say I'm sorry if some of the things will not be right, I'm new to this and not...
by san-migel
Sun Sep 25, 2011 1:29 am
Forum: PHP - Code
Topic: New to php - need urgent help
Replies: 6
Views: 745

New to php - need urgent help

Hello, I am trying to make an application - this is an assignment, and I have to do it as asked - 1) building a user interface on a web server (PHP) which will contain a text box and a submit button. 2) after the user will insert a message and will click the submit - the PHP web server will send the...