Wrox Programmer Forums
|
PHP How-To Post your "How do I do this with PHP?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 14th, 2005, 07:03 AM
Authorized User
 
Join Date: Jan 2005
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to p2ptolu Send a message via Yahoo to p2ptolu
Default PHP

I have downloaded PHP 4.3.10 and 7.0 and i could not install it because there was no setup.exe so how do i install it and also mysql and use them , i also could not find the setup for apache web server on downloading , please help me as soon as possible, thank you.

 
Old January 14th, 2005, 12:32 PM
Authorized User
 
Join Date: Jan 2005
Posts: 82
Thanks: 0
Thanked 0 Times in 0 Posts
Default

download
easyphp from easyphp.org
it has both php/mysql/apache altogether.

 
Old January 15th, 2005, 12:59 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

Evenif you are a newbie for PHP, it is better to do the manual installation. It involves only 6 simple steps.

I am assuming your OS is windows 2000.

1) Download php 4.3.10 full version.

2) Extract it to c:/php (or any convenient folder - the path folders should not have spaces in their names).

3) include c:/php in the path. You can do this by modifying the corresponding environment variable.

4) copy php.ini-recommended to system folder (normally c:\windows\system32) and rename it to php.ini

5) open IIS manager. Get properties of default web site. Open home directory tab. Click the configuration button towards the bottom of the form. In the app mappings tab, add a new extension.

The executable : C:\php\php4isapi.dll
extension : .php
verbs - limit to : GET,HEAD,POST,TRACE
check the checkboxes labelled "script engine" and "check that file exists". Restart WWW publication service.

6) That's all. Now, create a sample php file. Put it in a folder under root folder. Run it to test.

If the OS is different, the steps are similar. The installation manual explains all of them.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Beg. PHP 5 > Ch. 11 - fetch_field.php crater BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 0 January 2nd, 2007 12:20 PM
PHP Warning: PHP Startup: Unable to load dynamic l surendran Beginning PHP 1 May 29th, 2006 08:49 AM
begin php & mysql - chapter 12, user_form.php jon_stubber Beginning PHP 1 March 9th, 2006 10:57 AM
Error: movie.php & commit.php on p182-186, ch6 willburke BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 0 October 12th, 2004 02:48 PM
Ch. 1: PHP Installation Troubles: php3 vs php manjito BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 4 June 12th, 2003 03:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.