http://www.dbforums.com/t1044828.html
I just installed Apache/PHP5/MySQL on my Windows PC with XP Home OS. I followed the Tut Installing PHP under Windows by Matthew Phillips Referred to in the Post: Easy to understand Apache/PHP/MySQL install on XP box
This worked OK aside from a couple obvious differences. I had the most troube getting MySQL configured with PHP and had to do some searching to find the answer. Here is what I had to do to get it working.
In the Apache httpd.conf File at 'C:\Program Files\Apache Group\Apache2\conf\httpd.conf' You have to add these lines for PHP5
LoadModule php5_module php5apache2.dll
AddType application/x-httpd-php .php
In addition to installing MySQL etc. I had to do this to get MySQL to work:
1. Make sure that you have a valid php.ini in your windows directory.
OR (Per the tut the 'php.ini' can be installed in the 'C:\Program Files\Apache Group\Apache2' folder. This works fine.)
2. copy libmysql.dll to the system32 directory (php_mysql.dll would not load without doing this)
3. set the extension_dir in php.ini to the ext directory of your PHP installation directory (like e.g. extension_dir=C:\php5\ext)
4. enable the MySQL extension in php.ini by uncommenting the line extension=php_mysql.dll
5. Restart Apache Server
Check this link for latest php host
http://www.0php.com/free_PHP_hosting.php
Useful open source apps:
Online exam - TCExam (sourceforge project) perfect for online exam .(http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcexam)
Fixes: Remember to add the user right (with groups , date format is yyyy-mm-dd)
Install the application through the application.
project management http://itprojectguide.org/
Drupal - an excellent content mgmt system.
Joomla - similar to Drupal
Imageflow - image gallery showcase.
Wednesday, January 23, 2008
PHP and Related
Posted on 5:00 PM by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment