Wrox Programmer Forums
|
BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5
This is the forum to discuss the Wrox book Beginning PHP4 by Wankyu Choi, Allan Kent, Chris Lea, Ganesh Prasad, Chris Ullman; ISBN: 9780764543647
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 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 May 10th, 2004, 08:28 PM
Registered User
 
Join Date: May 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Advanced Version of PHP4

The book says to download it from http://php4win.de/, as the version at www.php.net is only a basic installation, and doesn't support all the features the book instructions need.

http;//php4win.de/ doesn't seem to exist anymore...so where to get the advanced installation? Please help. Thanks in advance.

 
Old May 10th, 2004, 09:02 PM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

The book lied to you. php.net is the PHP homepage, download the installer from there.


Regards,
Rich

::::::::::::::::::::::::::::::::::::::::::
The Spicy Peanut Project
http://www.spicypeanut.net
::::::::::::::::::::::::::::::::::::::::::
 
Old May 11th, 2004, 07:38 AM
Registered User
 
Join Date: May 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok thanks...got a new problem here, hope someone can help a php noob...

My O/S is windows 2000 professional. I'm having trouble getting php4 to even work in the first place.

This is what I did:

1) Downloaded php, extracted files into new folder C:\PHP
2) Copied php4ts.dll to C:\WINNT\System32 directory.
3) Copied all .dll files from dlls subdirectory to C:\WINNT\System 32 directory.
4) Edited extension_dir to "extension_dir = C:\PHP\extensions" in php.ini.

5) Started Internet Services Manager, added ISAPI filter (path of filter - C:\PHP\sapi\php4isapi.dll).
6) Added Application Extension Mapping to .php files. (Executable - C:\PHP\sapi\php4isapi.dll)

7) Started command prompt, used the command "net stop iisadmin" to shut down IIS.
8) Used the command "net start w3svc" to start up IIS again. (The World Wide Web Publishing Service service was stared successfully.)

I typed a short script to test out (I'm following a book's instructions) as follows:

<?php
phpinfo();
?>

saved it as phpinfo.php in my web server's root directory => C:\Inetpub\wwwroot\phpinfo.php

Now the problem is, http://localhost/phpinfo.php won't show me anything! I can't figure out what I did wrong, can someone help?







Similar Threads
Thread Thread Starter Forum Replies Last Post
Passwords from version 1 to version 2 Maxxim BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 February 6th, 2007 06:49 PM
What is Advanced PHP raaj Beginning PHP 6 December 21st, 2006 12:51 PM
Looking for advanced CSS dimo414 BOOK: Professional CSS: Cascading Style Sheets for Web Design 0 May 29th, 2006 10:57 PM
Advanced bitmap help UsrNm C++ Programming 1 September 13th, 2004 09:49 AM





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