Hi everyone,
sorry if im posting this in a wrong section.
How can i get url varibles? lets say i refer to a document like index.php?id=12&message=hello.
How can i get the message variable into my document/templates etc.
Should @EVAL work in a chunk?
Thank guys for a wonderfull software.
alex
You cannot do php code in chunks, but:
in snippet:
$message = $_GET[’message’];
in TV with eval:
@EVAL $message = $_GET[’message’];
EDIT: yay, 1000th post.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
-
☆ A M B ☆
- 24,524 Posts
But you can put snippets and TVs in chunks!