From: <php...@li...> - 2011-05-23 20:20:36
|
Hi there, I can't seem to get what I want done working and really hope that someone can put me in the right direction - please. I am trying to send values from a PHP web app (using CodeIgniter) to a Java servlet (over https). I want to submit values to the servlet and based on these parameters return an appropriate response. Please can someone point me in the right direction here. I see there is an example of a doGet on the site, but how do I submit parameters to the servlet? Can this be be done using doPost as well? How would I submit over https? Sorry for all the questions, but I really need help. Thanks, Roy |