In this tutorial, I will describe how to convert xsd into an associative array. I had googled for this but unfortunately – I did not find a useful answer. Here, I am sharing my thoughts, How to find an array from an XSD file, since there is no method in PHP to directly parse XSD […]
Multi Step Form Using PHP, Bootstrap and jQuery
This post help to understand multi-step form submission with progress bar using PHP, jQuery and bootstrp3. Multi steps form is a very useful functionality when the user input data is too much and needs to divide into parts. We will divide user inputs into steps and associate these steps with each other using navigation like […]
How To Send Mail With HTML and CSS Style
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.
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 […]
Laravel 8 Layouts And Views Using AdminLTE3
We will create laravel 8 layout and views Using AdminLTE3 Theme.This tutorial help to convert simple bootstrap HTML theme into laravel 8 layout. The layout means a theming of your laravel application. The blade template engine will use to create theme layout in laravel 8. The Laravel is a powerful and MVC pattern based framework. […]