This is a discussion on "PHP, MYSQL and Apache install" within the PHP Forum section. This forum, and the thread "PHP, MYSQL and Apache install are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
PHP, MYSQL and Apache install
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
PHP, MYSQL and Apache install
Hi
I am new to PHP, MySQL and Apache and want to learn them. What I need to do before is install them. What do you think of WAMP ( http://www.wampserver.com) and XAMPP ( http://www.apachefriends.org/en/index.html). I am not sure which download is better to install. I use Dreamweaver. I would be the most grateful if you would give me suggestions. |
|
|
|
|||
|
Re: PHP, MYSQL and Apache install
I've used WAMP previously and the install went without problems. Don't know how far down the road you are with Dreamweaver but using an editor where you are hand coding and know exactly what is going on is a much, much better way to both learn and do it for real. |
|
||||
|
Re: PHP, MYSQL and Apache install
PHP is already installed if you have a Mac, you just need to uncomment the php line in the httpd.conf file. As for MySQL I just download the MySQL installer and ran it. Worked great.
Run PHP on a Mac: Edit the httpd.conf file: sudo pico /etc/httpd/httpd.conf uncomment: LoadModule php4_module uncomment: AddModule mod_php4.c Restart Apache: sudo apachectl graceful And PHP is running. Of course this probably doesn't help you but I am bored and killing time.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Sep 14th, 2006 at 20:51. |
|
||||
|
Re: PHP, MYSQL and Apache install
If you want to install them all seperatley then check out this tutorial
http://www.puremango.co.uk/cm_wamp_9...5a01aa8b011570 really easy to follow |
![]() |
| Tags |
| php, mysql, apache, install |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trainer Required for PHP MYSQL & APACHE | BBenson | Job Opportunities | 0 | Feb 9th, 2007 16:43 |
| PHP Developer - Linux, Apache, MySQL - 12 month contract! | AN Agent | Job Opportunities | 0 | Mar 8th, 2006 08:23 |
| PHP problem in Apache/PHP/MySQL | JohnI | PHP Forum | 5 | Jan 19th, 2006 01:21 |
| can anyone install PHP for me | ash | PHP Forum | 1 | May 29th, 2005 16:28 |