PHP - Page 23

Twitter Like Profile Image Upload using jQuery AJAX

Twitter-like social media websites provide the photo upload feature with a list of action bar items related to the upload process. These act ...

April 10th, 2017

Pause Resume File Upload using JavaScript

In this tutorial, we are going to see how to implement file upload with pause and resume options using FineUploader. These options will be u ...

April 7th, 2017

Importance of Quality Communication in Freelance

With people habitually getting tuned to the concepts of e-commerce and e-governance from all parts of the Globe, the future of web developme ...

April 6th, 2017

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

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

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

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

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

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

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

↑ Back to Top