That's really not that complex, or ugly. It reads quite easily, using the printf statement, where the variables are not immediately placed in, seems more "ugly". Then again if you don't use nice...
Type: Posts; User: mtekk; Keyword(s):
That's really not that complex, or ugly. It reads quite easily, using the printf statement, where the variables are not immediately placed in, seems more "ugly". Then again if you don't use nice...
Also note that you don't have to use echo as a function (in reality it is not a function but rather an object stream).
e.g. You'll usually see:
<?php echo "Hello World!"; ?>
rather than:
...