In this tutorial I will described How to send mail through PHP with HTML tag. Normally, when we are using basic mail() function of PHP, Its not included HTML tag.So if You want mail with HTML tag then you need define Header “Content-type:text/html” of email.
Php
How To Reset Password by Email Using PHP7 and MySQLi
You will learn How to recover/reset a forgotten password using PHP and MySQLi in this post. We’ll show you how to use a Forgot Password form to recover your password if you’ve forgotten your username or email. We’ll send a password recovery email to the user after the form is submitted. There are several accounts […]
How To Convert Sb Admin 2 Theme Into PHP Layout
This PHP tutorial helps to convert the admin theme into PHP layout or template. It’s a very common thing in any web application. I am using bootstrap 4 based AdminSB 2 free themes. You can create an interactive admin panel using sb admin2 theme. You can also create a wonderful admin view using this template. […]
API Throttle Using Laravel 7
This tutorial help to implement API throttle in Laravel 7.This help to prevent mass usage of API as well as DoS attack.You can block the malicious API user after implementing throttle middleware into laravel api. The Laravel has built-in rate limiting which limits the actions/responses per minute. You can change the API wrapper for the […]
Simple Burndown Chart with Highcharts
In this article we will take next steps to learn highcharts, here we are creating Burndown chart based on Line chart with high charts. Burndown chart is “A chart is a graphical representation of work left to do versus time. The outstanding work (or backlog) is often on the vertical axis, with time along the […]