I would be grateful if anyone could help. I am relatively new to PHP!
I want to know if anyone knows of a solution to eliminate the include error message if the include.php file is not found.
How can it be done? There must be a way!
Is it possible to code something like:
lookup "include.php" file,.... if not there,... use this blank.php file?
If it is possible, could you show the coding on how to make it work .
Thanks!