include the"index.php" of imagevue in a page
Posted: 28 Mar 2008, 13:10
hello ,
I want to include imagevue in page.php
imagevue is in the subfolder : upload
when $page = upload/index.php, imagevue doesn't run
here my code :
What to do ?
Regards
I want to include imagevue in page.php
imagevue is in the subfolder : upload
when $page = upload/index.php, imagevue doesn't run
here my code :
Code
<?php
if (isset($_GET['page']))
{
$page=$_GET['page'];
include("$page.php");
}
?>
Regards