That sounds like php isn't set up correctly.  Usually that means it's
either not installed in apache, or not configured right in your conf
files.  Can you put a simple phpinfo file in there to see if that
works?  something like:

<?php
phpinfo();
?>

This should run and show you lots of information about your php
installation.  If this doesn't run then your php installation isn't
working.

Paul

On 7/14/07, Jason Pitts <[EMAIL PROTECTED]> wrote:
>
>  hello
>
>  I trying CitrusDB out for a new business. I have uploaded the file and
> create the SQL database and used PHPmyadmin and the tables are there. I have
> edited the config.inc.php file as well. The problem is when I goto the
> login.php page all I get is the prgraming code. any suggest?
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>
>


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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to