Search…

X3 Photo Gallery Support Forums

Search…
 
kimco
Experienced
Topic Author
Posts: 55
Joined: 03 Oct 2006, 18:12

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

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 :
Code
 <?php     
 if (isset($_GET['page']))
                {
                $page=$_GET['page'];
            	 include("$page.php");
                } 
?>
What to do ? :?

Regards
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

01 Apr 2008, 00:17

I'm not quite sure I understand what your trying to do ..