i will find date example 01/01/2000 plus 10 day result is 11/01/2000 How i will write source code of program on php? please give example code to me... please
investigate the following: strtotime( $string ); and probably strtotime( $string . " + 10 days" );
HTH...
--Robert
Actually, mktime() is your friend here...
i try write code follow you. output is 947574000 . what is number? if i will show 11/01/2000 how do i do?