Re: I do know how to escape :xkunzite1August 22 2006, 04:44:31 UTC
ahh. that makes it so that the % is not part of the variable name.
consider the following: var int size = 10; print "moo";it'd be much easier to type it as: var int size = 10; print "moo";so. it isolates the name. you can also do it with properties: print "moo";
Comments 11
Reply
Reply
Reply
have at it. totally interested in seeing what you come up with.
Reply
$content = $content + """ $t.name """;
Reply
consider the following:
var int size = 10;
print "moo";it'd be much easier to type it as:
var int size = 10;
print "moo";so. it isolates the name. you can also do it with properties:
print "moo";
Reply
# "one" page content
if($page == "one") {
#
"putting table with images here";
#
Am I putting it in the wrong space or just plainly doing this wrong?
Reply
Leave a comment