Hi all,
I am attmepting to run a php scrip and this is the error i keep on getting.
The scripts first 4 lines are below the errors. When errors are returned,
does that mean that the error is local or in one of the include scripts? I
have tried to reverse the order of the includes but when i do this the
errors still are the same it seems. Any help would be greatly appreciated.
Thanks.
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in
C:\WebSites\www\springsystems\Portal\processfiles.inc on line 3
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in
C:\WebSites\www\springsystems\Portal\processfiles.inc on line 4
Parse error: parse error, unexpected T_STRING in
C:\WebSites\www\springsystems\Portal\processfiles.inc on line 4
This is the beginning of the file
C:\WebSites\www\springsystems\Portal\processfiles.inc: .
<?
include ("./ASN_DBUtilities.php");
include ("./PO_Utilities.php");
include ("inc_FileManager.php");
include ("./ASN_FileManager.php");
Kind Regards
Jonathan Kahan
--------------------------------------------------------------------
Systems Developer
Estrin Technologies, inc.
1375 Broadway, 3rd Floor, New York, NY, 10018
--------------------------------------------------------------------
Email: [EMAIL PROTECTED]
Web: http://www.estrintech.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php