[PHP] Re: Replacing JSP with PHP?
Okay, found a workaround. This doesn't really answer my original question, which may not have an answer, but this did what we wanted: http://www.phpbuilder.com/mail/php-general/2001032/1269.php It may also be necessary to use HttpServletResponse.encodeRedirectURL before using sendRedirect in your servlet. http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletResponse.html#encodeRedirectURL(java.lang.String) -- Jiann-Ming Su [EMAIL PROTECTED] 404-712-2603 Development Team Systems Administrator General Libraries Systems Division -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Replacing JSP with PHP?
Is it possible to replace JSP and use PHP to encapsulate our page rendering code? We're running a java servlet that needs to be integrated with a PHP front end. I've given up on trying to run php as a java servlet. I know this is a strange request, but thanks for any tips. -- Jiann-Ming Su [EMAIL PROTECTED] 404-712-2603 Development Team Systems Administrator General Libraries Systems Division -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Sharing Cookies with Java?
Can php share cookies with java servlets? Specifically, can php use cookies written by a java servlet? -- Jiann-Ming Su [EMAIL PROTECTED] 404-712-2603 Development Team Systems Administrator General Libraries Systems Division -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php