At 1:21 PM -0500 12/21/08, Anthony Gentile wrote:
-snip exampe-
is probably going to give you the result you want. However you should know
it is bad practice to mix PHP and HTML as horridly as I just showed you. AKA
you don't want your PHP writing your HTML.
Anthony Gentile
Anthony:
Granted, the example you gave was a bit mixed, but it's perfectly
Okay to have php write html. In fact, if you think about it that's
the only way php can express itself to the user. A simple echo($var)
is writing html to a browser.
Good practice should to write code (i.e., php, mysql, css, html, js)
that is semantic and compliant with standards. Mixing them well is
almost an art form that observes best practices in all.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php