Sunday, 8 September 2013

Converting PHP Date to timestamp

Converting PHP Date to timestamp

How would I go about changing the following variable into a time stamp?
$timenow = date('l jS \of F Y h:i:s A');
As I am fairly new to PHP please keep as simple answer as possible...
thanks in advance!

No comments:

Post a Comment