In this article, we will discuss how to add insert both single-line and multi-line comments into your HTML documents. I’ll provide some tips and best practices for using comments effectively in your HTML code.
Laravel 10 is now released!
The laravel 10 has been relased with php 8.1 minimum requirement. Laravel 10 builds on the improvements made in Laravel 9.x by adding argument and return types to all application skeleton methods and stub files used to generate classes in the framework.
Advanced JSTree with PHP and MYSQL
In This jstree tutorial, I will let you know how to add search and render content on click of node in JSTree using PHP and jQuery. I got huge responses from my previous article Dynamic Tree with JSTree, PHP and MySQL.
How To Upload Video Using imgur API
in this tutorial, We’ll upload an mp4 video using imgur api. we will show you how to upload videos to Imgur via API and get video links from Imgur API using Python.
Convert Datetime To TimeStamp Using PHP 7
PHP supports date functions to handle date & time to implement and provide a method to convert human-readable dates to Unix Timestamp. One of those methods is strtotime().