Forum Moderators: coopster
I currently have :
// The page to include
$page = include_once $path . "pages/$page[ask].php";
// If page does not exist
if(!$page) { print "error"; }
// If page does exist
else { print "good"; }
The "error" and "good" message work but I still have this message above : "Warning: Failed opening ...", how do I remove that message?
Thanx
noSanity