Hi,

Has anybody encountered the following error:

"Fatal error: input in flex scanner failed in /***path***/info on line 1"

The code that is most likely causing this is:

<?php $my_cat_cust1="index.htm";
?>
<!-- Some HTML HERE -->
<?php if(file_exists("/***path***/info/$my_cat_cust1"))
                include("/***path***/info/$my_cat_cust1");
?>

I'm running 4.0.6 on a Redhat 6.2

I'm completely stumped, this looks like a completely innocent code. Any help
or hits would be really appreciated!!

Sincerely,

Pavel Kharitonov
Project Manager
Intechnic Corporation
http://www.intechnic.com
Phone: (847) 816-1231



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to