[insert_php] echo ‘Server date and time is: ‘. Date(‘m/d/Y’); [\insert_php]
[insert_php] date_default_timezone_set(‘US/Eastern’); $currenttime = date(“m-d-Y H:i:s”); list($ddd,$ttt) = split(‘ ‘,$currenttime); echo “$ddd/$ttt\n”; [/insert_php]
What goes into a blog post? Helpful, industry-specific content that: 1) gives readers a useful takeaway, and 2) shows you’re…