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
Show Dynamic Data in a Bootstrap Modal in PHP and Ajax
CRUD Application in PHP and Ajax without Page Reload
PHP Login Form with Remember-Me using Cookie and Session
Build a Secure Modal Login System in PHP Using Sessions
Dynamically Populate a Dependent Dropdown in PHP and Ajax
Update Database Using AJAX in PHP Without Page Reload
How to Implement Login with Google Using PHP and MySQL
PHP Login Form and Change Password with MySQL
Send Mail Using PHP PEAR Mail with SMTP Authentication
PHP CRUD Tutorial: Create, Read, Update, Delete in MySQL
Display Star Ratings from the Database in PHP and MySQL
Connect PHP to MySQL with MySQLi and PDO Example Code
How to install XAMPP on Windows for PHP Development
Toast Message in PHP Login Form using CSS Animation
How to Find the Number of Lines in a Text File in PHP
Upload Images Dynamically Using Ajax Without Page Refresh
How to Check if an Element Exists in an Array in PHP
Autocomplete Live Search Box using PHP, MySQL and Ajax
How to Write PHP Code with Examples for the Beginners
Autosave Form Data in PHP and Ajax without Page Refresh
Create and Download Excel and CSV in PHP using PhpSpreadsheet
Generate md5 Hash in PHP and Ajax without Form Submit
How to Find the Number of Elements in an Array in PHP
Display Dynamic Data in Bootstrap Tabs using PHP and MySQL
How to Develop Change Password in PHP and MySQL
Find the Number of Characters or Length of a String in PHP
Feedback form using Star Ratings in PHP, MySQL and jQuery
Populate an Array from the Database in PHP and MySQL
PHP String Functions explode() and strstr() with Example
Use a Multi-Select Dropdown in Your Form in PHP and MySQL
How to Count the Number of Words in a String using PHP
Two-Dimensional Array from Database in PHP and MySQL
Dynamically Load Data in a Bootstrap Modal in PHP and Ajax
Sort Array Values in PHP in Ascending and Descending Order
Laravel
Create and Download CSV Files in Laravel without using Package
Build a Multi-Language Dynamic Website with Laravel Localization
Submit Form Using Ajax in Laravel with Form Validation
How to Send Mail in Laravel Using Mailtrap
How to Use the Same Form for Create and Update in Laravel
How to Use Soft Delete in Laravel - Complete Tutorial
How to Work with Multiple Databases in Your Project in Laravel
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
Registration Form in CodeIgniter 3 with Image Upload
Form Validation with Custom Rules in CodeIgniter 4
Display Pagination in CodeIgniter 3 with MySQL
How to Display Dynamic Image in a Modal in CodeIgniter 3
Login and Registration Forms in CodeIgniter 3 and MySQL
How to do Form Validation in CodeIgniter 3
Install and Test CodeIgniter 4 on the XAMPP Server
Develop a Login and Registration System in CodeIgniter 4
Display Dynamic Data in an HTML Page in CodeIgniter 3
How to Use Ajax in CodeIgniter 3 with Example
Select, Update and Delete data in CodeIgniter 3 and MySQL
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