 |
BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6  | This is the forum to discuss the Wrox book Beginning PHP, Apache, MySQLWeb Development by Michael K. Glass, Yann Le Scouarnec, Elizabeth Naramore, Gary Mailer, Jeremy Stolz, Jason Gerner; ISBN: 9780764557446 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 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
|
|
|
|

May 3rd, 2004, 04:42 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This book or Beginning PHP4?
Hi
I want to start learning PHP and was wondering which book to get.. this one or the Beginning PHP4 book. I already have the Beginning ASP book and found it very useful, but I'm not sure which one to go for on PHP.
Does this book go into depth with PHP as much as PHP4? If it does, it would be great to get this book which also covers MySQL and Apache.
Thanks in advance
|
|

May 3rd, 2004, 05:55 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
This book is newer, Beginning PHP 4 is outdated and uses old PHP 3-ish ways of writing PHP which is a big headache since nearly all of the examples in it have to be modified in some way to work with current versions of PHP. I think you'll have a much easier time with this book. Both books cover MySQL and Apache.
Regards,
Rich
::::::::::::::::::::::::::::::::::::::::::
The Spicy Peanut Project
http://www.spicypeanut.net
::::::::::::::::::::::::::::::::::::::::::
|
|

May 5th, 2004, 11:57 PM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I'm 100 pages in and haven't encountered any problems with either the writing or the code. Sure, there are some things that I'll have to re-read but that's how things go when you're a newb. I haven't tried any of the addtional "Exercises" at the end of the chapters but I think that they're a good idea ... they really encourage you to practice what you've already "learned".
Will keep you posted! :)
|
|

May 18th, 2004, 07:40 PM
|
|
Authorized User
|
|
Join Date: Aug 2003
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What about the Wrox book Beginning PHP4 Databases? Does that use the new register_globals off methods?
|
|

May 21st, 2004, 01:57 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
Quote:
quote:Originally posted by Tachyon
What about the Wrox book Beginning PHP4 Databases? Does that use the new register_globals off methods?
|
This isn't a Wrox book anymore, find it here:
http://support.apress.com/books.asp?...Go=Select+Book
My guess is that it looks like it was published prior to the change so it probably uses register_globals = On in the examples, which is bad. Beginning PHP, Apache, MySQL Web Development is the first PHP book for Wrox published under Wiley ownership, so it is newer than any of the other "Wrox" PHP books.
Regards,
Rich
::::::::::::::::::::::::::::::::::::::::::
The Spicy Peanut Project
http://www.spicypeanut.net
::::::::::::::::::::::::::::::::::::::::::
|
|
 |