View Single Post
  #13  
Old 02-21-2009, 08:18 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Schetti View Post
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
__________________
Reply With Quote