Login is most important feature for our application . Hacker can easily hack your website if you make simple login mechanism in our application . In this tutorial i will show you how to do strong...
Read more
#php
#mysqli
#ajax
#jquery
In this tutorial we are going to see how we can php connect to mysql database. PHP 5 and later can work with a MySQL database using:
MySQLi extension (the "i" stands for improved)...
Read more
#php
#mysql
In this tutorial i will show you how to insert data into database using php and mysql. In this tutorial we will see how we can insert data to database using procedural, object oriented php and finally...
Read more
#php
#mysql
#insert
#pdo
#oop
Hello devs,
In this php pagination with mysql tutorial, I will show you how we can create pagination in php with mysql. I will share the source code of php pagination example with code so...
Read more
#php
#pagination
#mysql