Running Servlet From Another Site Using PHP

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
learnlearnlearn
Forum Newbie
Posts: 1
Joined: Thu Jul 15, 2010 1:53 pm

Running Servlet From Another Site Using PHP

Post by learnlearnlearn »

Hi everyone

I'm a little bit of a noob so please don't hate on me. Sorry if my question is dumb or trivial. I've got a basic understanding of html and php, but I'm stumped with a programming challenge. I figured reach out to you guys for help.

I'm trying to create a website that has users input some data. Then have my server will run another website's servlet with the user's data. Then my website will display the resulting data. Does this sound like something that is doable? If so, could you please offer some suggestions as to where to start or areas for future research?

I appreciate your help. Looking forward to your responses!
Bind
Forum Contributor
Posts: 102
Joined: Wed Feb 03, 2010 1:22 am

Re: Running Servlet From Another Site Using PHP

Post by Bind »

Post Reply