Help - Search - Members - Calendar
Full Version: change php to jsp
MSFN Forums > Coding, Scripting and Servers > Web Development (HTML, Java, PHP, ASP, XML, etc.)

   
Google Internet Forums Unattended CD/DVD Guide
darph
hi
i have this code in php now i need it in jsp but no idea to change it sad.gif
can somebody help me. I think it will be a little bit work but every idea will help me

CODE
<?php
           if (!isset($site)) { $site="main"; }
     if (file_exists($site.".php")) {
     include($site.".php");
     } else {
               echo " <br><b><center>Diese Seite konnte nicht gefunden werden.<br>Bitte versuchen Sie es erneut.<br><br></center></b><br> ";
     }
     ?>

and the link is like this but how must they look like in jsp

CODE
<a href="index.php?site=link">link</a>


thx for the help

darph
matrix0978
Hey go here.... You can change any web language into a different.

http://www.disipal.net/modules.php?name=PHP-Nuke_Tools


not sure if its much help but good luck! biggrin.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.