Day: January 10, 2013

PHP Functions

Adding or Subtracting Time to/from MYSQL Formatted Timestamp in PHP

Just replace “+1 day” with what ever you need to add. ex “+1 year, +1 day” etc. Have fun. $date = date(“Y-m-d”,strtotime(“+1 day”));

Read more
PHP Functions

Easy Way to Convert Month Number into Month Names with PHP

And here it is.

Read more