Helping you build websites - Page 65

  • PHP Operators

    PHP Operators

    Like other programming languages, PHP includes set of operators that are used to perform operations between one or more values. PHP has a va ...

    May 9th, 2013

  • PHP AJAX Programming

    PHP AJAX Programming

    AJAX can be expanded as  Asynchronous Javascript and XML and it is a method to request a server-side script to execute via javascript. This ...

    May 8th, 2013

  • PHP URL Encoding Decoding

    PHP URL Encoding Decoding

    PHP supports URL encoding decoding options with the use of its core functions. The urlencode() and urldecode() or rawurlencode() and rawurld ...

    May 7th, 2013

  • PHP User Authentication with MySQL

    PHP User Authentication with MySQL

    A very simple code in PHP to create user login authentication to help beginners to start with. ...

    May 7th, 2013

  • Web Page Design using CSS

    Web Page Design using CSS

    CSS stands for Cascading Style Sheets. It is used to have the group of styles together. It adds beauty to our webpage elements structured by ...

    May 6th, 2013

  • 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

    A simple PHP image upload example with minimal lines of code to move the chosen file to the target. ...

    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