I think you want

<?php
$home = 'home.html';
$forum = 'forum/index.php';
$contact = 'contact.html';
include $contact;
?>




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

Reply via email to