Marco Tabini wrote...

> 1) What OS are you using?

Linux.

> 2) Does the file include PHP code?

Yes.

> If it contains PHP code, are you sure that there aren't any errors in the PHP
> code?

Yes.  The resulting XHTML validates when the include works (more than half
the time).  The rest of the time, the file is being created correctly but
not included correctly.

I've tried to include() and require().  No error is ever generated, I
suspect because the file exists, and include/require are being called while
the file is still open (even though I've flushed and closed it).  Shoot.

-- Charles Wiltgen


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

Reply via email to