php, mysql help needed for Care2x on windows
Moderator: General Moderators
php, mysql help needed for Care2x on windows
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.
do you get anything when your run
localhost/index.php
create a file called info.php
and in it put
and make sure you have apache installed, php is installed and mysql is installed.
localhost/index.php
create a file called info.php
and in it put
Code: Select all
<?php
echo phpinfo();
?>