Using required() it still echoes the text I put in the include file for testing. On 6/6/07, Jim Moseby <JMoseby@xxxxxxxxxxxxxxxxx> wrote:
> > I have error_reporting set to E_ALL and display_errors is set to On. > > And no errors are displayed As a troubleshooting step, use require() instead if include(). It will return an error message if error_reporting() allows it to. JM