On Tue, 2007-04-10 at 21:19 -0500, Richard Lynch wrote: > On Thu, April 5, 2007 3:52 pm, Chris Lott wrote: > > Looking for suggestions for a PHP textbook for an "Intro to Web > > Programming" class that will be using PHP5 and MySQL. This is a > > first-semester course, so no programming experience required. > > > > It would be nice to have a text that adhered to (what I see as) good > > practice using quotation marks... i.e. > > > > print 'The cost is ' . $cost; > > NOT > > print "The cost is $cost"; > > AND CERTAINLY NOT > > print ("The cost is $cost"); > > echo "The cost is ", $cost; -1 Improper use of double quotes when nothing interpolated. >:B Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php