Gość_Piotrek
31.12.2004, 13:40:36
Jak stworzyć odnosnik, który po wpisaniu np. index.php?id=costam:worried: otwierała strona costam.php??
stoprocent
31.12.2004, 13:53:39
<?php
$pages = array('index.html', 'page2.html', 'page3.html'); //tu wpisujesz nazwy stron ktore chcesz otworzyc
{
include($page);
{
else
{
}
?>