Quote:
Originally Posted by 0lenny0
what are php tags?
|
You were told 3 times already. And a fourth after asking this question.
[php]
if(you_use_php_tags)
{
// Code will be displayed correctly
}
else
{
// People will get annoyed
}
[/php]
will create this:
PHP Code:
if(you_use_php_tags)
{
// Code will be displayed correctly
}
else
{
// People will get annoyed
}
__________________