The \' at the end of your $path_to_citrus path is causing it to escape
the single quote and not close the string.  You need to put two
slashes at the end of that line, or you can use forward slashes
unix-like and not need to specify C: on windows, apache/php treats C:
as the root directory, eg:

$path_to_citrus = 'C:\xampp\htdocs\citrus\\';

OR

$path_to_citrus = '/xampp/htdocs/citrus/';

Paul

-- 
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System

--------
> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>
>



-- 
The CitrusDB Project | www.citrusdb.org
Open Source Customer Service & Billing

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to