Jump to content
Larry Ullman's Book Forums

fiedler

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by fiedler

  1. Some of my fellow students had trouble with file permissions. On the end of page 301 "You may be able to change..." could use a better explanation of  how CHMOD works in an FTP client. You must select or highlight the file on the remote server and find the "permissions" option in the FTP menu. 

    Might be a good time to introduce fileperms() so us students know what the "system error" is.

  2. I thought I'd list minor misteaks as I find them.

    page 88 Script 4.5  <?php //Script 4.3 - handle_calc.php  should be Script 4.5

    Page 135 Equality and Inequality operators should be  == Equality and != Inequality
    Page 135  Decrement should be  -- 
    Page 135  Assignment should be =
    Page 135 add ** for Exponent and === for Identical

    I'm on chapter 8, maybe I'll go back and find more.

    Page 197 top right, step 7. I believe the tag should be </main> not </div>

     

×
×
  • Create New...