Forum: PHP Aug 7th, 2009 |
| Replies: 5 Views: 436 Your absolutely right omniuni, I would use utf-8 instead. $headers.= 'Content-Type: text/html; charset=UTF-8' .' "\r\n"; Since my site is completely in English, it hasn't made a difference (to me). ... |
Forum: PHP Mar 7th, 2006 |
| Replies: 5 Views: 9,148 Troy's code will work just fine, here's another way of doing it:
$tomorrow = date('Y-m-d',mktime()+86400); |