I downloaded a php script that works on my remote server.
Search.php
1st line is
include('include.php');
When I run search.php locally I get:
Warning: Failed opening '/home/l/o/lockwoods/public_html/config/config.php' for inclusion (include_path='.;C:\Program Files\EasyPHP\php\pear\') in c:\program files\easyphp\www\lockwood\include.php on line 6
I tried removing the root link locally but
still get the same error message