Search:

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

Search: Search took 0.08 seconds.

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

    That statement isn't ugly. But that's just echoing a simple statement. When you're programming a real application, you're going to have HTML tags and a lot of variables in there. Also, you neglected...
  2. Re: [PHP] Echoing, Variables and Introduction to Functions

    echo "I'm so hungry I could eat " . $numb . " " . $food . "!";

    I hate it when you get a complex piece of code that looks like this. Hi guys, you're really gonna need a proper editor for PHP,...
Results 1 to 2 of 2