| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) | ||||
| Senior Member Join Date: May 2003
Posts: 2,187
![]() ![]() ![]() | is this possible? (php) hey quick question i have a date for example like this
dont really wanna edit 400 rows in a mysql db lol ie 3676567354 ????: NamePros.com http://www.namepros.com/programming/56787-is-this-possible-php.html thanks adam | ||||
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Oct 2003 Location: Sweden
Posts: 395
![]() ![]() | A little regex is needed to make strtotime recognize the date. The below should work: PHP Code: |
| |