View Single Post
  #9  
Old 02-21-2009, 07:21 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
scripting is lame sometimes just because ""
No it's not, you'll understand why when you get into more advanced scripting.

If you don't have quotes, it thinks it's a variable. How is it supposed to differentiate between variables and strings?

PHP Code:
temp.foo "bar";
echo(
foo); 
The example above explains this. Would it echo "bar" or "foo"?
__________________
Reply With Quote