Custom and Complex PHP index code (Challenge)
Posted: Sun Nov 11, 2007 1:31 pm
feyd | Please use
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
The reason for cirtiquing... Why will this page not show? I was stumped when my friend passed this on to me for inspection. So I thought a group of php developers would be able to help with this. Truly, it stumped me.Code: Select all
<?
//file authority verity
include_once("../global.inc.html");
//generate the process part.
include dirname(__FILE__) . "/process.inc.html";
//generate HTML header part with property we set
$header_property["COLUMNINFO"] = "User Management";
$header_property["TITLE"] = "VoIP phone service - Broadband Phone Company: <?COMPANY?>";
$active_menu = "features";
include _INCLUDE_ . "/header.inc.html";
//generate body part
include dirname(__FILE__) . "/body.inc.html";
unset($objUsers);
//generate HTML footer part with property we set
include _INCLUDE_ . "/footer.inc.html";
?>feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]