Hi there Stack Overflow community, I'm new to stack overflow so excuse me if I happen to make any mistakes etc.
Anyway, my question is that I have a time stamp on a MySQL database cell (and the column is set to a time stamp format), with a date of 2015-06-01 12:55:24 (with that format), and I wanted to convert it into an integer in my PHP code.
I've read that Strtotime() can be implemented into it to make that happen, but since I'm a newbie to PHP, I wouldn't be too sure as to how that can be done? If Strtotime() isn't the correct function / process, then what would be?
Cheers to any possible solutions, Kindest regards,
Joshua