php, mysql help needed for Care2x on windows

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Fatjon
Forum Newbie
Posts: 2
Joined: Mon May 23, 2005 4:21 am
Contact:

php, mysql help needed for Care2x on windows

Post by Fatjon »

Hi to all i'm a newbi in php and my sql. I wanted to install in my computer the Care2x (Care2x.org)which is an open source hospital management software in order to translate it in albnaian and use in our medical college, but i'm facing problesm installing it in widows. i used almost enaything easyphp1.7, phptriad, sokkit3.5 but no result i can run successfully the localhost/install/install.php but localhost/index.php never run on my computers i tried it in my laptop(compaq evo1020v P4 2.4)on my desktop (Acer 7600g P4 2.8HT) in firefox with error report it gives me net rese error. please any body help me to resolve this problem.
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

do you get anything when your run
localhost/index.php

create a file called info.php
and in it put

Code: Select all

<?php

echo phpinfo();

?>
and make sure you have apache installed, php is installed and mysql is installed.
Fatjon
Forum Newbie
Posts: 2
Joined: Mon May 23, 2005 4:21 am
Contact:

Post by Fatjon »

i installed the easyphp or sokkit which have everything in one php, mysql and php incorporated, but only care2x dosen't work for me, for example phpnuke i installed without problem but with care2x i can't please help
Post Reply