HTML5 isn't a standard yet, so... no. Flash will remain relevant until HTML5 is actually a specification and perhaps even beyond that...
EDIT>>>
By the way, the projected date that HTML5 will become a specification is sometime in 2020. Don't hold your breath. =)
HTML5 isn't a standard yet, so... no. Flash will remain relevant until HTML5 is actually a specification and perhaps even beyond that...
EDIT>>>
By the way, the projected date that HTML5 will become a specification is sometime in 2020. Don't hold your breath. =)
Read up on sprintf and number_format:
http://www.php.net/manual/en/function.sprintf.php
http://www.php.net/manual/en/function.number-format.php
sprintf will help you format your output to currency, and number_format will help you add the comma to group thousands. Use these two functions...
I've been programming and developing web pages for quite some time. However, I never fully understood the purpose of needing to specify a content-type for the HTML document (via the meta tag), in addition to the "type" attribute on tags like <link> and <script>.
Examples:
<meta...