In this tutorial we are going to learn about PHP Force File Download. it protects file for directly accessing file path. when user click on file link like whether it…
In this tutorial, we are going to implement forgot password feature in PHP. We already implement mail sending using PHPMailer and login functions. Forgot Password is needed for authentication feature.…
In this tutorial we are going to learn Convert HTML to PDF and use jsPDF, html2canvas and window.print(). this will help with generating invoices, receipt, Reports and Web Content print.…
In this tutorial we are going to learn Image compression in PHP. Optimized image is most use for enhancing speeds, quick loading and helps for improving SEO ranking. Image compression…
In this tutorial, we are going to learn Send email with attachment in PHP. We already seen mail sending functionality using SwiftMailer. attachment mail is implement in many forms like…
Introduction We already seen REST API development tutorial, now we are going to implement Secure PHP REST API with JWT authentication. We can covering Securing end-points using JSON Web Tokens…
What is a REST API? This tutorial we'll explain What is REST API is, what is important, how it's works and how PHP developers can build one effectively. API stance…
In this tutorial we are going to implement read xlxs file in php and display data by sheet name. We use XLSXReader lib to achieve this, So get if from…
This tutorial we are going to Generate PDF file using dompdf. As it's provide a lot's of inbuild functions to use directly in real life without do much effort. We…