Helping you build websites - Page 64

  • phpinfo()

    phpinfo()

    This function is used to know about the configuration details of PHP installed in our machine. Such detailed information returned by this ph ...

    May 15th, 2013

  • PHP Random Number Generator

    PHP Random Number Generator

    In this article, we are going to see how to generate a random number using a set of predefined PHP functions. There are two prime functions ...

    May 14th, 2013

  • PHP File Handling

    PHP File Handling

    Using PHP file handling mechanism, we can get external file resources to store as a reference. We have slightly touched on file resources wh ...

    May 13th, 2013

  • PHP Type Hinting

    PHP Type Hinting

    As PHP is a loosely typed language, there is no need to specify a data type for variable declaration, function declaration or anywhere. But, ...

    May 12th, 2013

  • PHP Case Conversion

    PHP Case Conversion

    In PHP, string-related functions are most popular and widely used while programming. Among them, some set predefined string functions are us ...

    May 11th, 2013

  • 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