date()
FunctionYou can simply use the PHP date()
function to get the current year.
The following example code will be very useful if you want to put a copyright notice in a website footer without worrying about changing it every year.
<p>Copyright ©
<?php echo date("Y"); ?>
MyWebsite. All Rights Reserved.</p>
Hi, My name is Harsukh Makwana. i have been work with many programming language like php, python, javascript, node, react, anguler, etc.. since last 5 year. if you have any issue or want me hire then contact me on [email protected]
How to Create REST API in Laravel7 using Passport
Hey Artisan Hope you are doing well....Add Routing in Angular 10 App Tutorial
This is a step by step PHP 7 & MySQL...Django - How to send an email with Example
Django comes with a yare and facile-to-u...How to Create Custom Maintenance Page in Laravel 7.x Example
In this article, I will apportion you si...PHP7 - Login Logout System in PHP with Session
In this tutorial, we are going to learn...