in this tutorial, we’ll learn How to enable MySQL Workbench dark theme on Windows and Linux. Only macOS and Linux support dark themes in MySQL Workbench.
PHP 7 Operators with Example
This tutorial will describe PHP 7 operators with example. The Operators help to perform operations on variables and values. There are some new operators introduced into php 7, like the null coalescing operator (??), spaceship operator(<=>).
How to Solve “Headers already sent” error in PHP
This Warning is shown by PHP when you use the header function to output headers or use the setcookie function to set cookies after any echo or content which is not inside the PHP tag.
Laravel Server Side Validation Example Using Resource Controller
This Laravel tutorial help to understand server-side validation using laravel 8/9. The PHP Laravel is the fastest growing PHP MVC Framework. We will apply the validation rule to upcoming requests using the validation class. I am extending my previous laravel tutorial Laravel 5.6 CRUD Tutorial Using Resource Controller.
How to Compare two date in JavaScript
In this JavaScript tutorial, We will learn the comparison of two dates using javascript, this is a very common problem in web development. I am using Date() class to convert date and store into the variable, finally comparing those dates and alert messages.