On Mon, March 26, 2007 11:31 am, Jonathan Kahan wrote: > 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 The error is in this file at this line: ^^^^^^^^^^^^^^^^^^^^^^^^^ It's possible you have MagicQuotes "ON" and the script exepcts them to be "OFF" There are zillion other possibilities, too, but that one springs to mind as the most likely. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php