hmm.. please suggest me for this code :
$MOTDFile = "../fdy/kurs.txt";
$OpenFile = fopen($MOTDFile, "r");
if (!($OpenFile)) {
Header("Location:sorry.html");
exit;
}
what sould i do to replace that "Header" command .. so i can redirect that error coniditon to another page ..
Thanks a lot ...