Helping you build websites - Page 62

  • 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

  • Execution Time Limit in PHP

    Execution Time Limit in PHP

    In PHP, the default time for executing a program is 30 seconds. This will be set in php.ini file and the directive corresponding to this con ...

    June 19th, 2013

  • PHP Inheritance

    PHP Inheritance

    Inheritance is one of the popularly used Object Oriented Programming features. It allows having shared properties and functions between rela ...

    June 18th, 2013

  • PHP Errors

    PHP Errors

    There are various possible error occurrences may happen in PHP. These errors are categorized based on the time of occurrences and based on w ...

    June 17th, 2013

  • PHP Array Sort

    PHP Array Sort

    PHP includes powerful array functions which are quite interesting and very useful for working with. For example, array_keys(), array_values, ...

    June 16th, 2013