Ajax software
Free javascripts
↑
Main Page
Installing XAMPP
XAMPP is a package created by Apache Friends (
http://www.apachefriends.org
), which includes
Apache, PHP, MySQL, and many other goodies. If you don’t have these already installed on your machine,
the easiest way to have them running is to install XAMPP.
Here are the steps you should follow:
1.
Visit
http://www.apachefriends.org/en/xampp.html
, and go to the XAMPP page specific
for your operating system.
2.
Download the XAMPP installer package, which should be an executable file named like
xampp-
win32-version-installer.exe
.
3.
Execute the installer executable. When asked, choose to install Apache and MySQL as services,
as shown in Figure 1-3. Then click Install.
4.
You’ll be asked to confirm the installation of each of these as services. Don’t install the FileZilla
FTP Server service unless you need it for particular purposes (you don’t need it for this book),
but do install Apache and MySQL as services.
5.
In the end, confirm the execution of the XAMPP Control Panel, which can be used for adminis-
tering the installed services. Figure 1-4 shows the XAMPP Control Panel.
Figure 1-3
Note that you can’t have more web servers working on port 80 (the default port used
for HTTP communication). If you already have a web server on your machine, such as
IIS, you should either make it use another port, uninstall it, or deactivate it. Otherwise,
Apache won’t work. The exercises in this book assume that your Apache server works
on port 80; they may not work otherwise.
7
Chapter 1: You: Programmer and Search Engine Marketer
c01.qxd:c01 10:38 7
Ajax software
Free javascripts
→