This php quiz app contains well chosen basic to intermediate PHP PROGRAMMING questions. 
Php quiz contains PHP questions with answers (Topics wise) and as well as QUIZ. Student can read questions with answers and check their knowledge through php programming quiz.
This may be perfect for PHP beginner students and those with beginner and intermediate PHP knowledge.
our php programming quiz app contains more than 1000 important php progamming questions.
About the App:
This is a offline php quiz app that will allow you at anytime to test your knowledge of the PHP programming language.
If you have just started to learn the basics of php programming or already consider yourself a strong programmer in the PHP programming language, try to pass this test (php quiz). It has above 1000+ multiple choice questions(MCQ's) you can solve or learn here. php programming quiz application is with negative marking can be also very helpful to prepare for competitive exams.
By going through the test/quiz and attempting the questions, the user can improve his/her PHP Programming knowledge and can score well in high school level, college level and competitive level exams. 
The application is very easy to use and has been designed very carefully keeping in mind the needs of the students. When a student/user makes a mistake the application indicates and also shows the correct answer. Take the PHP Programming tests/quizzes repeatedly and analyze your improved results each time.
Features:
1.Offline Mode.
2.Topic Wise Questions.
3.Take a Quiz anytime through topic wise.
4.Check your score in percentage.
5.Study questions with answer keys.
6.Contains study the topics and take a quiz
Basics	
Functions	
In-Built Functions in PHP	
Arrays	
Basics of Object-Oriented PHP
Advanced Object-Oriented PHP	
Error Handling	
Exception Handling	
Strings and Regular Expressions – 1	
File System and PHP	
Date and Timestamp	
Working with Dates	
HTML Forms	
Uploading Files with PHP	
Networking with PHP	
Session Handling-1	
Session Handling-2	
Introduction to Preg in PHP	
Working with Databases-2	
Object Basics-2	
Updating and Deleting Entries	
Image Uploading Ability	
Object Advanced Features 
Object Tools-1	
Object and Design
Syntax – 1	
Variables – 4	
Echo	
Print	
CONSTANTS	
OPERATORS 
If – Else – If – 1	
If-Else-If-3	
WHLIE LOOPS 1	
While Loops – 2	
For Loops – 1	
For Loops – 2	
FUNCTION 1	
FUNCTION 2	
FUNTION 3
Knowledge Required Before you appear for PHP Quiz Test :
PHP Overview
1.Evaluation of Php
2.Basic Syntax
3.Defining variable and constant
4.Php Data type
5.Operator and Expression
Handling HTML Forms with PHP
1.Creating forms with PHP
2.Security Protection from Cross Site Scripting
3.Using the form GET method
4.Using the form POST method
5.Obtaining data from forms through variables
6.Using hidden fields
7.Secure Web Forms (HTTPS and SSL)
8.Calling pages from themselves using forms
9.Quoting HTML entities in user input
Variables and Expressions in PHP
1.Identifiers
2.Data Types (integers, floats, strings and booleans)
3.Type juggling
4.Text constants, interpolation (strings, arrays, objects), here documents
5.Creating Variables
6.Variable assignment
7.Variable Scope
8.Namespaces
9.User-defined Constants
10.String constants, variable interpolation into strings
11.HTTP environment variables
12.Magic Constants
13.Variable References
PHP Operators
1.Arithmetic Operators
2.Logical Operators
3.Relational (Comparison) Operators
4.The Identity Operator
5.Bitwise Operators
6.Error Suppression Operator
7.Execution Operators
8.Other Operators
9.Assignment Operators
10.Operator Precedence and associativity
Conditional Tests and Events in php
1.True and False
2.If
3.Comparing Strings and Numbers
4.else and else if
5.The ? : Operator
6.Comparing for equality or identity
7.The switch / case statement
8.Alternative Syntax for Control Structures
PHP Flow Control
1.Loops
2.while
3.do … while
4.for
5.break and continue
6.goto
7.exit