Thread
:
Point and Copy: Cloning Device
View Single Post
#
8
04-04-2007, 09:04 PM
Rapidwolve
Registered User
Join Date: Jul 2006
Posts: 1,241
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"
Rapidwolve
View Public Profile
View GraalOnline Profile
Find all posts by Rapidwolve