""Nicolas Verhaeghe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
<snip>
Another good thing to remember is that English is our common language and
that it is usually a good practice to give variables an English name.
</snip>
.
.
if ($car == 'Audi')
{$vorsprung_durch_technik = 'GOOD!';}
else {$vorsprung_durch_technik = 'BAD!';} ;-)
.
.
.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

