Hi,
I have MySQL table with a TIMESTAMP field,
I want to get the numbers of days between today date and the date stored into TIMESTAM field.
I need to do this using PHP but I didn't fint any function about.
Ideas about how I can do ?
Many thanks
Fabio