␡
- Handling Errors
- Handling External Errors
- Exceptions
- When to Use Exceptions
- Further Reading
< Back
Page 5 of 5
This chapter is from the book
Further Reading
An authoritative resource on cross-site scripting and malicious HTML tags is CERT advisory CA-2000-02, available at http://www.cert.org/advisories/CA-2000-02.html.
Because exceptions are rather new creatures in PHP, the best references regarding their use and best practices are probably Java and Python books. The syntax in PHP is very similar to that in Java and Python (although subtlely differentespecially from Python), but the basic ideas are the same.
< Back
Page 5 of 5