write code to find the date difference b/w two given date
using PHP not MYSQL function?
Answer Posted / rajan
$a= gregoriantojd(1,30,2009);
$b= gregoriantojd(1,5,2009);
echo $a-$b;
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the integer?
What is the use of is_array() and in_array()?
What are advantages of .htaccess?
Explain how is it possible to set an infinite execution time for php script?
What are the features of object-oriented programming in php?
What are the rules for naming a php variable?
How do you debug php?
How to redirect https to http url through .htaccess?
Why php script is not running in browser?
Which function is used to strip whitespace?
Does php have block scope?
Tell me how to create a text file in php?
How do I check if a given variable is empty?
Is php a dying language?
Write a program to find no of days between two dates in php?