> Thanks for the info, I tried it but still get errors.  The follwoing is
the
> code I am using.
>
>  define("SERVER_NAME", "localhost");
>  define("SCRIPT_NAME", basename(__FILE__));
>  define("APPLICATION_ROOT", "E:/xitami/webpages/htdocs/front_to_back/);
>  define("EXTERNAL_PATH", "/front_to_back/htdocs/");
>
> I get a parse error for the last line which looks fine to me.  Any
thoughts?

You're missing a " in the third line.  If you get a parse error on the last
line, it's almost always either a run-away quote or a runaway curly brace.

Leon




------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to