hey anyone ever had nightmares with this?
i am at the moment
basically im stuck
what does "resource ID #3" mean anyone?
ive got this peice of code
$page = $_GET['page'];
if($page ==""){
$handle = fopen ("D:\bin\Apache\htdocs\1\welcome.inc.php", "r");
}else{
$inc = ".inc.php";
$handle = fopen ("D:\bin\Apache\htdocs\1\$page$inc", "r");
}
EDIT: i woulda stuck it in php but it took some of my code away :S
and it chucks out that error the path is correct
all i wanna do is open it then echo it 
i am at the moment
basically im stuck
what does "resource ID #3" mean anyone?
ive got this peice of code
$page = $_GET['page'];
if($page ==""){
$handle = fopen ("D:\bin\Apache\htdocs\1\welcome.inc.php", "r");
}else{
$inc = ".inc.php";
$handle = fopen ("D:\bin\Apache\htdocs\1\$page$inc", "r");
}
EDIT: i woulda stuck it in php but it took some of my code away :S
and it chucks out that error the path is correct
















