View Single Post
  #4  
Old 12-14-2010, 01:56 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
When posting scripts use PHP tags:

[ PHP]
function example() {
echo("Hello forums!");
}
[ /PHP]

Minus the spaces.

PHP Code:
function example() {
  echo(
"Hello forums!");

__________________
Quote:
Reply With Quote