Preparing for PHP ZCE exam : Passing the exam !
I hope that the series of “Preparing for PHP ZCE exam” helped you to learn for the exam itself . As for me I have successfully passed the exam on 25th of April...
Read More →I hope that the series of “Preparing for PHP ZCE exam” helped you to learn for the exam itself . As for me I have successfully passed the exam on 25th of April...
Read More →This is probably the hardest chapter of the exam and one that is strongly emphasized. Configuration & Installation Read all about installing PHP as CGI binary or as an Apache module, which is...
Read More →SQL This chapter focuses on some of the topics related with databases. For example SQL is one of the key points of this part. This should not be an issue for people that...
Read More →Object Oriented Programming Most of the rules mentioned in this chapter apply to a great majority of programming languages, so assuming you have some experience with software this should be just a good...
Read More →This is probably one of the easiest and shortest topics on the exam. But use it as your advantage – this is a great way to earn some easy points to help you...
Read More →Reading and Writting One of the key parts of this chapters is for you to focus on all the file_* and f* functions, which are great tools for file handling. All of them...
Read More →Basics Arrays are probably the strongest and best tool in PHP for data manipulation. There are dozens of specially prepared functions just for handling arrays. I assume that you are already well familiarized...
Read More →String manipulation Besides the real basics of strings in PHP (like f.e. escaping, heredoc syntax, determining the length) you should focus on some of the essential tools that PHP provides for string manipulation....
Read More →This is the first part of the exam on which we can actually focus some more. There are some points here that tend to be troublesome or tricky like f.e. xpath queries. From...
Read More →