Helping you build websites - Page 61

  • Use of PHP final

    Use of PHP final

    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

  • PHP String Extract

    PHP String Extract

    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

  • MySQL Date Time

    MySQL Date Time

    In MySQL, it includes set of date and time-related functions for performing manipulation over data that indicate the date, time or both. Usi ...

    June 30th, 2013

  • PHP Interfaces

    PHP Interfaces

    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

  • PHP Timezone

    PHP Timezone

    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

    PHP Delimiters

    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

  • PHP Line Breaks

    PHP Line Breaks

    Line breaks are the separators that are used to escape from continuing with the same line. This is for splitting the lengthy line into small ...

    June 25th, 2013

  • Float DIV in CSS

    Float DIV in CSS

    When we use DIV tags for an HTML view, then each independent DIV container will be shown upside down. If we want to display the DIV tags, th ...

    June 24th, 2013

  • PHP Predefined Error Constants

    PHP Predefined Error Constants

    Few days before, we have seen about PHP errors which are classified by the time of occurrence, recovery possibilities and etc. We can decide ...

    June 23rd, 2013

  • Get Image Properties using PHP

    Get Image Properties using PHP

    The data or Information that are associated with an image is called as metadata of the images. For example, image type, image width, and hei ...

    June 20th, 2013