Jump to content
GIGN Forum

Help


gugugu
 Share

Recommended Posts

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 by ry.
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...