<?php
$page = $_GET['page'];
if(file_exists("$page.php")) include("$page.php");
...

PHP On Content Page Include

by Mlopez, October 04, 2007 17:28

also here is code that i cu...

132a00e84e74c003f68311b39b28e969 Talk

PHP On Content Page Include

by Mlopez, October 04, 2007 17:16

so... what way should i do ...

132a00e84e74c003f68311b39b28e969 Talk
<?php
$page = $_GET['page'];
if(file_exists("$page.php")) include("$page.php");
...

PHP PHP Get

by Mlopez, October 04, 2007 13:43, 7 refactorings

is there a better and safer...

132a00e84e74c003f68311b39b28e969 Talk