Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9
|
BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9
This is the forum to discuss the Wrox book PHP and MySQL: Create-Modify-Reuse by Timothy Boronczyk, Martin E. Psinas; ISBN: 9780470192429
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 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 October 30th, 2010, 05:50 PM
Authorized User
 
Join Date: Jul 2009
Posts: 77
Thanks: 4
Thanked 6 Times in 6 Posts
Default Chapter 11 - Shell Scripts, minor issues, startproject.php

ISSUE # 1

In the file startproject.php, line 47, STEDRR is not correct;
it should be STDERR

PHP Code:
fwrite(STEDRR'ERROR: Unable to open ' $source "\n"); 
Change it to:

PHP Code:
fwrite(STDERR'ERROR: Unable to open ' $source "\n"); 
This problem appears in the download code and the book. In the
book it is incorrect in two places, page 306, in the gray
box under "Copying Files", line 7, and on page 309.

ISSUE #2

On page 297, there is some code to test CommandLine.
Be sure to add an include statement at the top of this file.
PHP Code:
include ("./CommandLine.php"); 
On page 300, there is some code to test the "prompting for input"
part of CommandLine. Be sure to add an include statement
at the top of this file too.





Similar Threads
Thread Thread Starter Forum Replies Last Post
issues with chapter 1- main.php not working on server Boboneil BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 5 April 24th, 2011 10:20 PM
Chap 3 - some minor issues and comments kenj BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 20 January 8th, 2010 08:31 PM
Chapter 1 - PHP installation issues Abelmiah BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 1 June 21st, 2009 05:01 PM
Chapter 12 update_user.php issues sgtwwilson BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 1 May 7th, 2009 08:46 PM
Minor error in common.php? Dave521r BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 1 April 2nd, 2009 12:35 PM





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