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