Helping you build websites - Page 40

  • 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

  • How to Create WordPress Widget

    How to Create WordPress Widget

    Widgets are used to add content to a WordPress page programmatically without disturbing theme templates. The sidebar is the default area to ...

    February 28th, 2017

  • How to Create Shortcode in WordPress

    How to Create Shortcode in WordPress

    In WordPress, Shortcode is a feature to insert content into a post or a page programmatically. Shortcode will work if it is specified inside ...

    February 21st, 2017

  • PHP MySQL REST API for Android

    PHP MySQL REST API for Android

    PHP REST API backed up with a MySQL database is a very common schematic of an Enterprise mobile application. When the scenario requires data ...

    February 8th, 2017

  • PHP Search and Pagination using PDO

    PHP Search and Pagination using PDO

    Search is an important functionality of any information-centric application. Pagination is an integral part of the display when voluminous r ...

    February 3rd, 2017

  • Highcharts – Compare Data using Column Chart

    Highcharts – Compare Data using Column Chart

    Highcharts provides various types of beautiful chart components. It is helpful to present data in an interactive graphical representation. T ...

    February 1st, 2017

  • PHP PDO CRUD

    PHP PDO CRUD

    In this tutorial we are creating an example to do database operations Create, Read, Update and Delete (CRUD) in PHP using PDO connection. In ...

    December 30th, 2016