Skip to main content

Datatables Add Edit Delete with Ajax, PHP & MySQL

HTML Tables are extensively used in web applications to display data in rows and columns. The tables are just HTML element and can only be used to display records. But if you’re want HTML Table which are interactive and have features like sorting, search, pagination then you’re here at right place.

In this tutorial you will learn about jQuery Datatables plugin to create interactive and feature rich HTML tables with dynamic data. We will create Live Datatables to add, update and delete records with PHP and MySQL. We will handle to refresh Datatables when any record updated or delete from table.

We will cover this tutorial step by step by create live example of Datatables with add, edit and delete records using PHP and MySQL.
(more…)

Export HTML Table Data to Excel, CSV, Text with jQuery, PHP and MySQL

Data Export is an important feature of web applications in which user’s are allowed to export data into files for further use. Mostly we need to implement data export with data from database but sometimes we needs to export data from HTML Tables.

So if you’re thinking about to implement data export from HTML Table, then you’re here at right place. In this tutorial you will learn how to implement data export from HTML Table using jQuery, PHP and MySQL. We will use tableExport jQuery plguin to implement HTML Table data export to Excel, CSV and Text files.

We will cover this tutorial in easy steps with live example to display dynamic in HTML Table from MySQL database table and implement HTML Table data export to Excel, CSV and Text files.

(more…)

How to Send Email with Attachment in PHP

Sending Email is an important feature of web applications. The email send functionality is used to send notification emails to users. Generally emails are send with text details but sometimes we also need to send emails with file attachment.

So you’re thinking about implementing sending email with file attachment using PHP, then you’re at right place. In this tutorial you will learn how to implement Send Email with Attachment on Form Submission in PHP using PHPMailer library.

We will cover tutorial in easy steps with live example to create Bootstrap form with input validations and send email on form submission using PHP.

(more…)

Advance Bootstrap Contact Form with Ajax & PHP

Contact Form is an important part of any web application to get user feedback or comments. The contact form allowed website visitors to supply their details like name, email address, phone number, comments and an email send to website owner after contact form submitted.

So if you’re a website owner or PHP developer and thinking about implementing contact form with PHP, then you’re here at right place. In our previous tutorial you have learned to develop User Management System with PHP & MySQL. In this tutorial you will learn how to implement Advance Bootstrap Contact Form with Validation and Send Email using Ajax and PHP. The complete Bootstrap contact form created with validation and send email functionality. You just need to download complete contact form script and integrate in your website without any hassle.

We will cover this tutorial in easy steps to create live example to create Bootstrap contact form with validation and send email using PHP.

(more…)

Build Login System with OTP using PHP & MySQL

Login with OTP (One Time Password) is a common functionality to make user login more secure. The One Time Password generated randomly and send to user email address or mobile to verify OTP code to complete login.

So if you’re thinking about implementing secure login with PHP using OTP, then you’re here at right place. In this tutorial, you will learn how to implement secure login in PHP with OTP code.

We will cover this tutorial in easy steps to implement secure login with OTP using PHP and MySQL. When login successful then OTP code send to email address and remain valid for one hour, after that code will be expired. The user login completed after OTP code verified. You can also create a complete User Management System with PHP & MySQL to manage everything related to users with admin panel.

(more…)

Login with Remember Me using PHP & MySQL

User login with remember me or login with remember password is a feature of web applications to allow user to save login details to login form. This is very user friendly feature that help to reduce user attempt to type login details again and again.

So if you’re thinking about implementing login with remember me feature then you’re here at right place. In this tutorial you will learn how to implement login with remember me using PHP and MySQL. You can also build a complete User Management System with PHP & MySQL to manage user register, login, roles etc.

We will cover this tutorial step by step with live example to implement user login with remember me feature using PHP and MySQL.

(more…)