Jump to content

Curiosity


perezf

Recommended Posts

[!--quoteo(post=376074:date=May 22 2006, 12:33 PM:name=SemiApocalyptic)--][div class=\'quotetop\']QUOTE(SemiApocalyptic @ May 22 2006, 12:33 PM) [snapback]376074[/snapback][/div][div class=\'quotemain\'][!--quotec--]
[code]<?php
include (isset($_GET['page']) && !strpos($_GET['page'],".")) ? $_GET['page'].".php" : default.php;
?>[/code]
[/quote]

how would i customize it to work with for instance 2 differ pages and where do i put this code
Link to comment
https://forums.phpfreaks.com/topic/10192-curiosity/#findComment-37991
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.