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