Im pretty sure i speak for most people out there. Espeacially people trying to help out the newbies.
Im starting to see a lot lately many new php'ers coming to the forum and not even using vbcode. Yea you maybe lazy you may just have no idea. Read about most of the Vbcode in the Help.
http://phpbuilder.com/board/misc.php?action=bbcode
Now for what the point of this is for.
I see many people requiring help, but when they show there code its like this
if($help == no)
{
echo "dont help";
}
else
{
echo "blah";
}
Now that aint bad. But imagine that 10x longer and spread out a lot more than people trying to help you are gonna get lost.
I suggest using the [php ][/php ] tag. Now you dont have gaps in it at all..
And when been shown in the thread should display like this
if($help == no)
{
echo "dont help";
}
else
{
echo "blah";
}
So can all newbies help the people helping them by just adding the [php ][/php ] tag in you can click one of the buttons above the textbox its that easy.
If you still dont understand what im talking about here is the link again to the bbcode help.
http://phpbuilder.com/board/misc.php?action=bbcode