[PHP] Re: function.date.php
John Taylor-Johnston wrote: Is there a way to reverse engineer http://www.php.net/manual/en/function.date.php ? I want to feed in 2003-02-28 and extract February 28, 2003. I can substr it out ... $eventid = "2003-02-28"; $year = substr($eventid, 0,4); $month = substr($eventid, 5,7); $year = sub
[PHP] Re: Finding position of New line in string
" ) the escape character is \ not / Kirk Winters -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php