- Code: Select all
// Content is in $site
$site = split("[** SPLIT PAGE HERE**]",$site);
echo $site[$page];
Now you have to add a link like http://example.com/index.php?page=x and it shows the xth part of the site...
Moderators: macek, egami, gesf
// Content is in $site
$site = split("[** SPLIT PAGE HERE**]",$site);
echo $site[$page];
Users browsing this forum: No registered users and 1 guest