PHP Simple QA
It contains Simple Questions and Answers in PHP
how can get current year in php
how can get current year in php
<?php
echo $date=date('Y');
?>
it will display result current year
Newer Post
Older Post
Home