Hi, I have a whole bunch of JSP files I need to translate into PHP to work
with PHP-Java-Bridge. So I have a couple of questions I hope you can help me
with. 1) Can I put JSP and PHP in the same file? (this would be easiest for
me) 2) If not, how do I translate this line of jsp to php?
response.sendRedirect("Viewer.php");
Alison
|