darph Posted December 17, 2004 Posted December 17, 2004 hi i have this code in php now i need it in jsp but no idea to change it can somebody help me. I think it will be a little bit work but every idea will help me<?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<a href="index.php?site=link">link</a>thx for the helpdarph
matrix0978 Posted January 9, 2005 Posted January 9, 2005 Hey go here.... You can change any web language into a different. http://www.disipal.net/modules.php?name=PHP-Nuke_Toolsnot sure if its much help but good luck!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now