Ross wrote:
I recently installed php5 with apache (replacing php4and IIS).

I am moving all my folders to the htdocs folder and but when I run a page
the include does not work


<?php include ('menu.php'); ?>


Nothing had change the directory stucture is the same. there are no warnings
or errors jsut a big blank space where the menu should be.

I have error_reporting  =  E_ALL switched on in the .ini

Any ideas?

Check that the display_errors option is on.

-Stut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to