Thread
:
triggerserver/triggeraction
View Single Post
#
13
02-21-2009, 08:18 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Quote:
Originally Posted by
Schetti
temp.foo = "foo";
echo(foo);
lol, you're going in circles.
PHP Code:
echo(
"foo"
);
OR
PHP Code:
temp
.
bar
=
"foo"
;
echo(
bar
);
See how quotes make it much easier? And, you're still using quotes in your example
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994