Jump to content

b0lero

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by b0lero

  1. Job Done thanks <a href='index.php?page=stats'><span>Home</span></a> <? if ($_GET['page'] == "stats") { include("stats.php"); } ?>
  2. <a href="chapter1.htm" target="content">Index</a> on my index.php and then <base target="content"> on the other page. but that is with frames. Make sense to do it only with one frame and then just target them ?
  3. All i want its to be simply cos the web site its local , so nobody will try do broke the security. All i want its to move from page to page from my navigation and to show the contant into a frame may be with AJAX and JavaScript will be too much. Thank You Very Much
  4. what about ... <a href="stats.php" <?php if ($currentPage=="Home") echo "class=\"on\""; ?>
  5. Hey guys I'am new to this and i have idea how to do my counter strike web site got some design at the moment and im gonna try to explain to you what i want to do so . i use <?php $homepage = file_get_contents('stats.php'); echo $homepage; ?> to include another web pages only into black space . At the moment when u are in HOME PAGE in the black space its shown stats.php ... but how to make it when i click to NEWS to show me news.php whithout changing the page ? Sorry for my stupid explanation
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.