Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Testing PHP pages 1

Status
Not open for further replies.

kundrol

MIS
May 8, 2005
45
US
Hello All:

I am new to PhP, though I have a designed and working website in PHP. This site was designed for me by a professional.

I was trying to view the php files, say index.php, locally in firefox. All that appeared was junk. Do I have to run some kind of (database?) server on my desktop (or elsewhere) to see these files properly? If no, how should I debug; If yes, where and which server should I install?

Thanks a lot for your help,

Kundrol
 
You'll need to download and install:

Apache (
and,

PHP (

With the two links above you can download and install them both seperately. This may take a little I while as I suggest you read through some of the documentation while your downloading/installing, they both need to be configured properly to work together.

There is also phpdev. This handy little program installs php, apache and MySQL in one package. It also has a pretty easy to follow wizard. Although if you install it manually it may give you a better understanding on how things work.

phpdev ( - look under the "downloads" menu.

hope that helps,

atsea
 
Hi,

EasyPHP ( is also installs Apache, PHP, mySQL and phpMyAdmin on Windows computers. This or phpdev should be easier to use if you are just starting, but as atsea said don't be afraid to install all this manually.

Regards,

c4n
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top