From: Jost B. <jos...@ya...> - 2005-07-22 16:09:06
|
Hi, > Can I put JSP and PHP in the same file? Interesting question. I don't think it is possible at the moment. > 2) If not, how do I translate this line of jsp > to php? > response.sendRedirect("Viewer.php"); With: <?php header ('HTTP/1.1 301 Moved Permanently'); header ('Location: '.$txLocation); exit; ?> Please see the following URL for details: http://us2.php.net/manual/en/function.header.php Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |