Novice in everything, student for life!
Nothing here yet.
To know the difference between QUALIFIERS and DATA TYPE first we should know about data type and qualifier. DATA TYPE- A data type defines a set of values that a variable can store along with a set of operations that can be perform on that variable....

Before answering this question i’ll brief you about why we use include() and require() in PHP - It's use to insert the content of one PHP file into another PHP file before the server executes it. Now, little more details about include() and require...
