PHP String
Sequence of characters is called string Some PHP String Functionstrlen() function is used to returns the length of a string.
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 moreOnce constant are defined they can’t be changed and they like a varaible A constant is a name or an
Read moreecho and print statements are used in php for output The differences between echo and print are : print return
Read morePHP stand for ‘Hypertext Preprocessor’. PHP is a server side scripting language, and used for creating dynamic web application. PHP
Read more