Test Your PHP Knowledge The Easy Way With Questions And Answers!
The Zend PHP Certification exam is the premier PHP certification available. The exam consists of a series of questions that tests your working knowledge of PHP. On this site you will find sample questions so that you know what to expect and you can take some mini PHP tests that give you a feeling for your current knowledge of PHP.
Select a question category to get started. Either from the menu on the left or from the list below:
This site is a work in progress so more sections and questions will be added over time. At the moment there are enough questions to give you a good feel for what to expect on the certification exam. Have fun!
This section contains sample questions on the basics of PHP. This covers syntax, structure of PHP scripts, data types, variables, operators and error management.
This section contains questions on PHP functions. This includes syntax, passing arguments and variable scope. Functions are a key building block of PHP and as such are very important from a certification perspective.
This section covers questions on the use of arrays in PHP. Arrays are a core part of PHP and there are many uses of arrays within PHP programs and scripts. The questions cover array basics, printing arrays, the different types or arrays, multi-dimensional arrays, array operations and iteration.
This section contains questions on PHP programming for the Web. It covers Forms, URLS, File Uploads, Sessions, and HTTP Headers.