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