Home
PHP
CodeIgniter
Laravel
MySQL
Blog
All Topics
Search
Web Development Tutorials
PHP
Use PHP Session to display the Username on Header after Login
Login and Registration Forms in PHP and MySQL with Session
CRUD Application in PHP and Ajax without Page Reload
Show Dynamic Data in a Bootstrap Modal in PHP and Ajax
PHP Login Form with Remember-Me using Cookie and Session
Dynamically Populate a Dependent Dropdown in PHP and Ajax
Build a Secure Modal Login System in PHP Using Sessions
Send Mail Using PHP PEAR Mail with SMTP Authentication
Update Database Using AJAX in PHP Without Page Reload
PHP CRUD Tutorial: Create, Read, Update, Delete in MySQL
How to Implement Login with Google Using PHP and MySQL
PHP Login Form and Change Password with MySQL
How to install XAMPP on Windows for PHP Development
Connect PHP to MySQL with MySQLi and PDO Example Code
Toast Message in PHP Login Form using CSS Animation
How to Find the Number of Lines in a Text File in PHP
How to Check if an Element Exists in an Array in PHP
Create and Download Excel and CSV in PHP using PhpSpreadsheet
Upload Images Dynamically Using Ajax Without Page Refresh
Autocomplete Live Search Box using PHP, MySQL and Ajax
How to Write PHP Code with Examples for the Beginners
Find the Number of Characters or Length of a String in PHP
Autosave Form Data in PHP and Ajax without Page Refresh
Display Dynamic Data in Bootstrap Tabs using PHP and MySQL
How to Find the Number of Elements in an Array in PHP
How to Develop Change Password in PHP and MySQL
Display Star Ratings from the Database in PHP and MySQL
Generate md5 Hash in PHP and Ajax without Form Submit
PHP String Functions explode() and strstr() with Example
How to Count the Number of Words in a String using PHP
Populate an Array from the Database in PHP and MySQL
Two-Dimensional Array from Database in PHP and MySQL
Sort Array Values in PHP in Ascending and Descending Order
Use a Multi-Select Dropdown in Your Form in PHP and MySQL
Dynamically Load Data in a Bootstrap Modal in PHP and Ajax
Feedback form using Star Ratings in PHP, MySQL and jQuery
Laravel
Create and Download CSV Files in Laravel without using Package
Submit Form Using Ajax in Laravel with Form Validation
How to Use the Same Form for Create and Update in Laravel
How to Send Mail in Laravel Using Mailtrap
How to Use Soft Delete in Laravel - Complete Tutorial
How to Work with Multiple Databases in Your Project in Laravel
Build a Multilingual Dynamic Website with Laravel Localization
How to use Laravel Factory and Seeder with examples
Implement Laravel CRUD with preview and upload image
How to use Laravel Pagination with examples
Create a Laravel Custom Artisan Command
Laravel Custom Authentication with Email Verification
CodeIgniter
Display Pagination in CodeIgniter 3 with MySQL
Registration Form in CodeIgniter 3 with Image Upload
Login and Registration Forms in CodeIgniter 3 and MySQL
Display Dynamic Data in an HTML Page in CodeIgniter 3
Develop a Login and Registration System in CodeIgniter 4
Install and Test CodeIgniter 4 on the XAMPP Server
How to do Form Validation in CodeIgniter 3
How to Use Ajax in CodeIgniter 3 with Example
Select, Update and Delete data in CodeIgniter 3 and MySQL
Form Validation with Custom Rules in CodeIgniter 4
How to Display Dynamic Image in a Modal in CodeIgniter 3
MySQL
DDL, DML and DCL statements in MySQL with examples
Difference between DELETE and TRUNCATE in MySQL
Seven Ways to Find Second Highest Salary in MySQL
Export MySQL Query Result to CSV file with headers
Find and Delete Duplicate Rows in MySQL with Examples
Blog
8 Basic Tips to Improve Your Website Performance
10 Tips to Reduce Software Defects and Improve Quality
PHP Coding Standards and Best Practices with Examples
Use Prepared Statements in PHP and MySQL with examples