Helping you build websites - Page 56

  • Overloading in PHP

    Overloading in PHP

    We are going to see a surprise in this PHP tutorial. We all know about overloading and it is a basic concept in OOPS and we have beaten it e ...

    October 1st, 2013

  • Update/Delete Multiple Rows using PHP

    Update/Delete Multiple Rows using PHP

    We are well expertise with PHP CRUD operations by accessing MySQL via PHP logic. Yet, we have seen how to update and delete table rows one a ...

    September 23rd, 2013

  • PHP file_get_contents()

    PHP file_get_contents()

    In PHP, the file_get_contents() function is one of the file handling functions available in this scripting language. This function reads the ...

    September 22nd, 2013

  • PHP Magic Methods

    PHP Magic Methods

    Generally, for each PHP user defined function, it contains two portions, such as function definition and function call. In some special case ...

    September 20th, 2013

  • PHP Access Modifiers

    PHP Access Modifiers

    PHP access modifiers are used to set access rights with PHP classes and their members which are the functions and variables defined within t ...

    September 18th, 2013

  • Using jqGrid Control with PHP

    Using jqGrid Control with PHP

    jqGrid is very popular and used to manage data with the grid user interface. It is provided with the facility of handling dynamic data loade ...

    September 16th, 2013

  • PHP Change Password Script

    PHP Change Password Script

    The change password feature in a web application is to let the user change their old password at some periodic interval. It makes the user p ...

    September 15th, 2013

  • PHP try-catch

    PHP try-catch

    PHP try-catch is implemented with try and catch blocks, as usual. And, try block contains code with the feature of PHP exception handling by ...

    September 13th, 2013

  • HTML PHP

    HTML PHP

    Like other server-side scripting languages, PHP scripts are running on the server. And then, the server will send an HTML response after exe ...

    September 12th, 2013

  • PHP Output Buffering

    PHP Output Buffering

    In PHP, the output buffering feature is used to control program output. Controlling output will be done with respect to the time of sending ...

    September 10th, 2013