View Single Post
  #8  
Old 04-04-2007, 09:04 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
PHP Code:
echo(temp.foo "bar" "baz"
that is a called conditional.
if-then-else

So if temp.foo is true, then that code will output "bar" else it will output "baz"
Reply With Quote