Helping you build websites - Page 39

  • CRUD with MySQLi Prepared Statement using PHP

    CRUD with MySQLi Prepared Statement using PHP

    In this tutorial, we are going to see how to implement the CRUD operations using MySQLi / prepared statement. Using prepared statement is ad ...

    April 5th, 2017

  • REST API CRUD using PHP

    REST API CRUD using PHP

    In this tutorial, we are going to create a RESTful web service in PHP for performing the CRUD operations. In previous tutorials, we have see ...

    April 4th, 2017

  • jQuery AJAX Image Upload

    jQuery AJAX Image Upload

    When you use AJAx in the right sense, it will improve the user experience largely. In this article, let use see how to do image upload using ...

    April 3rd, 2017

  • Multiple File Upload using Fine Uploader

    Multiple File Upload using Fine Uploader

    Easy tool to achieve multiple file upload by using a free JavaScript open source library named FineUploader. ...

    March 31st, 2017

  • REST API Search Implementation in PHP

    REST API Search Implementation in PHP

    In this tutorial, we will implement search using PHP REST API. I have created a RESTful web service in PHP to search the database table data ...

    March 30th, 2017

  • How to Enable Multi-language Support to Website using PHP

    How to Enable Multi-language Support to Website using PHP

    PHP code to enable multi-language support in a webpage containing both database and non-database content using file system and the database. ...

    March 29th, 2017

  • Top 10 Skills to be a Successful Freelancer

    Top 10 Skills to be a Successful Freelancer

    The world of PHP freelancing is getting crunched day by day. I have been a PHP freelancer for long. Offlate I am seeing a strong emergence a ...

    March 25th, 2017

  • PHP Login with OTP Authentication

    PHP Login with OTP Authentication

    Login with an OTP code is a secure method for the user authentication process. In this method, a one-time password is generated dynamically ...

    March 21st, 2017

  • AJAX Pagination with PHP

    AJAX Pagination with PHP

    In this tutorial, we will see an example PHP code to add pagination to a list of records retrieved from a database. I am using AJAX to fetch ...

    March 11th, 2017

  • Inline Insert using jQuery AJAX

    Inline Insert using jQuery AJAX

    This tutorial will show how to inline insert the HTML5 table data into a database table using jQuery and AJAX. HTML5 allows editing table ce ...

    March 8th, 2017