The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
e.g. my_page.php?lots_of%20intresting%20stuff_here*dances*
this uses the template: my_page.php and adds text into a table, please tell me how this is done please, thankyou, also how does it link? do I have to write the: ?lots_of%20intresting%20stuff_here*dances* into the anchor or can it be shortened ever so slightly? thankyou for your precious time.
if( $location == "" ) { $location = "home"; }
if( strpos( "foo".$location, ".." ) or ereg("^/", $location) // or ereg("^\\", $location)
) {
print "
Server Error
";} else {
require($location.".php");
};
?>
huzzah. now you need to make the file, for example pics.php with the page for pics, and then the index file will include the pics.php file when someone goes to index.php?content=pics. if there's no content page specified, (if they just go to index.php) then it defaults to include the file home.php
DISCLAIMER: I blatently stole this script from Insomnia, so ask him or rob any questions :D
display_threads.php?forumid=216
perfect example, I don't want to make forums though, i want it for my website.
e.g. my_page.php?lots_of%20intresting%20stuff_here*dances*
this uses the template: my_page.php and adds text into a table, please tell me how this is done please, thankyou, also how does it link? do I have to write the: ?lots_of%20intresting%20stuff_here*dances* into the anchor or can it be shortened ever so slightly? thankyou for your precious time.