Page 1 of 1

Custom variables

Posted: Tue May 17, 2005 3:41 am
by rob.selway
I need a way that users of my website can specify their own variables by typing. I need it so text on the web page can be changed.

Many thanks

Rob

Re: Custom variables

Posted: Tue May 17, 2005 4:51 am
by harrisonad
rob.selway wrote:I need a way that users of my website can specify their own variables by typing. I need it so text on the web page can be changed.
Please be specific.

- What kind of user input?
- What part of web page content to change?

Posted: Tue May 17, 2005 5:00 am
by Skittlewidth

Code: Select all

$$variablename
The extra dollar sign means this will take the contents of $variablename to be the actual variable name. Would that help?