Create a Custom PDF Viewer With PDF.js and Restrict Downloading & Printing


In this tutorial, I will create a custom PDF viewer with PDF.js, which will restrict users to download and print PDF file. This is the most important feature which is required by several companies to secured their PDF document and restrict downloading and printing.

15 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Client Side vs Server Side UI Libraries


In this article, we will discuss the differences between the two approaches to data rendering and provide examples of both types among popular software solutions. The article will be useful for the developers dealing with UI.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

PayPal Payment Integration in PHP


In this tutorial, I will explain how to do PayPal Payment Integration in PHP. As of now, it is the most popular online American payment system which makes it easy to send and receive money over the internet.

36 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

PHP CRUD Operations Using PDO Prepared Statements


In this tutorial, I will explain how to perform PHP CRUD operations using PDO Prepared Statements. CRUD stands for Create, Read, Update and Delete, these four functions are essential part of any application.

15 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks