In this post, I would like to tell you about "How to Check Current Date is between two Dates in PHP".
First of all we need two dates which needs to check, start date and end date. Then we will...
In this post, I would like to tell you about "How to change date format DD/MM/YYYY to YYYY-MM-DD in PHP". I will convert date format using simple date() and simple strtotime() functions of php.
I will give you very quick...
In this post, I will try to teach you that "How to disable submit button on click to prevent form submit using jQuery".
Normally, when you are making a page for your any site where you need to add form....
In this post, I will try to give you a short and simple example "How to count number of pages pdf file in php".
If you want to know how many number of pages are in pdf using php then...