Namespace in PHP
Namespace are used to solve some problems that developer of applications encounter when creating re-usable code elements such as classes
Read moreNamespace are used to solve some problems that developer of applications encounter when creating re-usable code elements such as classes
Read moreLoop is used to execute a prticular action untill the condition is true.Basically loop is used to automate repetitive a
Read moreUsing PHP redirection it possible to redirect a user to a different page.In PHP we can use the header() function
Read moreIn PHP include() and require() functions are used to include the code in a firl to another PHP file. Using
Read morePHP statements are used to do different actions based on with different conditions. PHP StatementsWhn you want to do different
Read moreSequence of characters is called string Some PHP String Functionstrlen() function is used to returns the length of a string.
Read moreIn Computer languages variables are used for storing information.Variables are like a container. In PHP Dollar ($) is used with
Read moreFunction is used to takes input and return some output.In all languages functions are similar functionality Type of functions Built-In
Read moreecho and print statements are used in php for output The differences between echo and print are : print return
Read more