Re: PHP include problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



What if you do it like this

<?php
if ($_GET["page"] == "")
       {
       include("news.php");
       }
       else
       {
       include($arp . ".php");
       }
?>

How do you pass your $page variable anyway?

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux