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