hi
with require, instead of returning a parse error if it cannot find the file.. how can you gettit to print something, like 'Error' ?
$require = @require ('filename.php'); if (!$require) {echo 'could not find file';}
cool, ok thanks devin! (again 😉