Helping you build websites - Page 65

  • PHP Globals with EGPCS Information

    PHP Globals with EGPCS Information

    EGPCS is the variable parsing order configured as the value of the variable_order directive in the PHP configuration file. It is used to con ...

    May 3rd, 2013

  • Trimming String using PHP

    Trimming String using PHP

    String Trimming is the process of clearing the unwanted whitespace present in a string. This process will clear the whitespace that occurs a ...

    May 2nd, 2013

  • PHP Resource Data Type

    PHP Resource Data Type

    PHP includes various data types such as integer, double, string like many other programming languages. In this tutorial, we are going to see ...

    May 2nd, 2013

  • Uploading Files using PHP

    Uploading Files using PHP

    PHP provides built-in function move_uploaded_file() for uploading files to a directory. This function requires two parameters, those are the ...

    May 2nd, 2013

  • MySQL JOINs: An Introduction

    MySQL JOINs: An Introduction

    MySQL JOINs are used to read data by connecting two or more related tables. While joining MySQL tables, we need to specify the condition for ...

    April 27th, 2013

  • PHP Constants

    PHP Constants

    Like as many programming languages, PHP also contains constants. It has some predefined constants in its core like PHP_VERSION, PHP_DEBUG an ...

    April 26th, 2013

  • Dates and Time in PHP

    Dates and Time in PHP

    PHP includes a lot of date and time functions. These functions are coming under PHP date and time-related extensions. These are used to perf ...

    April 25th, 2013

  • OOPS Features Supported by PHP

    OOPS Features Supported by PHP

    PHP supports both procedural and Object-Oriented programming. Object-Oriented methodologies will be useful and effective while working with ...

    April 24th, 2013

  • PHP Loops

    PHP Loops

    Loops are used to run the same lines of code multiple times. If we want to execute the same code multiple times then we can put it into a lo ...

    April 23rd, 2013

  • PHP include() Vs require()

    PHP include() Vs require()

    In this tutorial, we are going to see the list of functions used in PHP to include an external file into a program. PHP provides various fun ...

    April 22nd, 2013