Skip to Content
Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition
book

Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition

by Robin Nixon
August 2012
Beginner
583 pages
16h 1m
English
O'Reilly Media, Inc.
Content preview from Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition

Test Your Knowledge

  1. What tag is used to cause PHP to start interpreting program code? And what is the short form of the tag?

  2. What are the two types of comment tags?

  3. Which character must be placed at the end of every PHP statement?

  4. Which symbol is used to preface all PHP variable names?

  5. What can a variable store?

  6. What is the difference between $variable = 1 and $variable == 1?

  7. Why do you suppose that an underscore is allowed in variable names ($current_user), whereas hyphens are not ($current-user)?

  8. Are variable names case-sensitive?

  9. Can you use spaces in variable names?

  10. How do you convert one variable type to another (say, a string to a number)?

  11. What is the difference between ++$j and $j++?

  12. Are the operators && and and interchangeable?

  13. How can you create a multiline echo or assignment?

  14. Can you redefine a constant?

  15. How do you escape a quotation mark?

  16. What is the difference between the echo and print commands?

  17. What is the purpose of functions?

  18. How can you make a variable accessible to all parts of a PHP program?

  19. If you generate data within a function, what are a couple of ways to convey the data to the rest of the program?

  20. What is the result of combining a string with a number?

See Chapter 3 Answers in Appendix A for the answers to these questions.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Learning PHP, MySQL & JavaScript, 4th Edition

Learning PHP, MySQL & JavaScript, 4th Edition

Robin Nixon

Publisher Resources

ISBN: 9781449337452Errata Page