Search:

Type: Posts; User: mtekk; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: [PHP] Echoing, Variables and Introduction to Functions

    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...
  2. Re: [PHP] Echoing, Variables and Introduction to Functions

    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:
    ...
Results 1 to 2 of 2