Hi! I have to make JSP/Servlet and PHP closer together. I would like to write a PHP function which call a JSP script or a servlet and receive the result of this call (data base request for example). The only way I found is to work directly with URL: ......script.jsp?param1=xxxxxxxxxxxx¶m2=xxxxxxxxxxxx........ and to call it. The problem is, I have to use different JSP script in the same PHP script. Does anybody know something about it? Thanks, Olivier =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
