Some days before we have seen a set of basic PHP file functions to perform file open, read, write or append operations. Similarly, PHP inclu ...
July 15th, 2013
These two PHP functions are identical in performing some undo operations but differ in the type of data on which they are applied to perform ...
July 14th, 2013
We have seen the various type of HTML form elements while discussing accessing form data. Among them, HTML list boxes which contains list of ...
July 12th, 2013
If we have enough familiarity with PHP inbuilt string and array functions, then, it will more helpful while doing code on PHP. In this serie ...
July 8th, 2013
Generally, the character encoding is done in various ways in PHP which provides many functions to perform these conversions, onto a given in ...
July 5th, 2013
As like in other programming languages, like, like Java, the final keyword is added to PHP as of its version 5. This keyword is used as a mo ...
July 3rd, 2013
Among the enormous amount of PHP functions, the string functions are more in number and very popular and heavily utilized. So, the operation ...
July 2nd, 2013
In PHP, the interface blocks declare a set of functions to be defined with a class to implement this interface. A class can extend more than ...
June 28th, 2013
In PHP, working with timezone is quite interesting by utilizing various functions coming under PHP date/time. In this article, we are going ...
June 27th, 2013
PHP delimiters are nothing but open-close tags to enclose PHP scripts. PHP code can be parsed if and only if it is enclosed with these delim ...
June 26th, 2013