Misty-chan
Boulder Trainer
Hii!!! I had a site of aaml and I´m changing it for php ( only the index page ). And I´m puting a code for all links open in the same place ( like iframe ).
This code make appear de contents of site inside of index page... and work...
And this code is for links of site:
But when a click in a link of site, nothing happen xP ! The index page is in php... I don´t know explain it very well hehehe ^^' . Someone could help me? Pleasseee?!?
This code make appear de contents of site inside of index page... and work...
PHP:
<?php if(empty($page))
{
include("noticias.php");
}
else { include("$page.htm");
}
?>
And this code is for links of site:
PHP:
index.php?page=banners
But when a click in a link of site, nothing happen xP ! The index page is in php... I don´t know explain it very well hehehe ^^' . Someone could help me? Pleasseee?!?