just you can go for "WAMP Server"
just google it you can download and install it
XAMP is for Linux Machines
for windows you can go for wamp server
This is a discussion on How to configure and install apache, mysql and php on windows xp with step by step? within the Web & Server Administration forums, part of the Web Designing & Development category; how to integrate php and apache. how to integrate php and mysql. windows xp support php and mysql and apache?...
how to integrate php and apache.
how to integrate php and mysql.
windows xp support php and mysql and apache?
just you can go for "WAMP Server"
just google it you can download and install it
XAMP is for Linux Machines
for windows you can go for wamp server
Just get XAMPP and don't invent the bicyle
http://www.apachefriends.org/en/xampp-windows.html
XAMPP does exactly that - i.e. integrates Apache, MySQL and PHP in one convenient package that is easy to install and manage.
http://www.wampserver.com/en/
here is the WAMP server download link..
Apache
Mysql
Php
on Windows, that is WAMP
phpMyAdmin and Sqllite comes with it... if you have any questions please ask..
Where from, Why here, Where to..?
May god bless, who he wishes to bless!!
----------------------
Affordable and reliable hosting at www.marginfreehosting.com
I had once tried xampp on my pc but it was very confusing. I'll try out wamp.
Why will you need a server? (Domain: 00.00.00.00/yourdirectory)
Last edited by Bamzo; 03-29-2008 at 12:25 PM.
[COLOR=Cyan]~[COLOR=Blue]Bamzo[/COLOR][/COLOR]
If you want to join my MyBB commmunity go to www.MyThemeBB.co.nr
[COLOR=Red]Moderator at Webicy.com[COLOR=Black]
[/COLOR][/COLOR]
Why will you need a server?
Integrate php with apache
You should configure apache for telling how to execute php files.
For making php work with apache you first dump php suppose c:\php501\. Then add these lines to your apache httpd.conf file.
ScriptAlias /php/ "c:/php501/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"
First check your apache server is running correctly. If it is serving your html pages correctly then add the above three lines in your httpd.conf page. Restart your apache for taking your change work.
It will work if your php code path is "C:\php501\". Just change path in the first line.
Bookmarks