Php tutorial in urdu 5 – Using echo and date

So today i am going to properly start practical php development. In today video i will show you how to use echo and date in php. http://www.dailymotion.com/video/x2119v7_php-tutorial-in-urdu-5-using-echo-and-date_tech I have used date function three times in this tutorial and use it with different text inside date(). <?php date("d-m-Y"); ?> So for displaying date we use shortcut of day, month and year. so d for day, m for month [...]