gugugu Posted September 14, 2008 Report Share Posted September 14, 2008 Sveiki ka var uzlikt webam /index.php?lapa=sakums Link to comment Share on other sites More sharing options...
ry. Posted September 14, 2008 Report Share Posted September 14, 2008 (edited) switch.php <?php $lapa = $_GET['lapa']; switch($lapa) { case 'sakums': include('sakums.php'); break; default: include('jaunumi.php'); break; } ?> index.php ievieto augšā <?php include("switch.php"); ?> Lai uzlinkotu raksti šādi <a href="index.php?lapa=sakums">Sākums</a> Edited September 14, 2008 by ry. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now