Jump to content
Larry Ullman's Book Forums

basan4ik

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by basan4ik

  1. Hello! I bought Kindle version and so far I've read Appendix 'Installation' and the beginning of the 1st chapter. There are a lot of misplaced pictures in Appendix, and in the 1 chapter the result code in "To make a basic PHP script" should be <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Basic PHP Page</title> </head> <body> <!-- Script 1.2 - first.php --> <p>This is standard HTML.</p> <?php echo 'This was generated using PHP! </php> </body> </html> instead of <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Basic PHP Page</title> </head> <body> <!-- Script 1.2 - first.php --> <p>This is standard HTML.</p> </body> </html> Probably there are a lot of mistakes like these. Is Kindle Edition different than the printed book?
×
×
  • Create New...