Page 1 of 1

include the"index.php" of imagevue in a page

Posted: 28 Mar 2008, 13:10
by kimco
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 :
Code
 <?php     
 if (isset($_GET['page']))
                {
                $page=$_GET['page'];
            	 include("$page.php");
                } 
?>
What to do ? :?

Regards

Posted: 01 Apr 2008, 00:17
by mjau-mjau
I'm not quite sure I understand what your trying to do ..