<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hello,<br>
<br>
I think that during the last few days I read somewhere of a way to
influence the value of a PHP variable from within PmWiki code.
Something like<br>
<br>
%setvariable foo bar%<br>
<br>
which, inserted into a PmWiki page, results in the same as<br>
$foo = "bar";<br>
in PHP.<br>
<br>
Is that possible? I can't find it in the doc...<br>
<br>
The reason why I'd use it: It would help me to use CommentBoxPlus in my
MultiLanguage environment... (the strings for "Enter Comment", "Sign as
Author" etc. could be thus customized according to "userlang")...<br>
<br>
Thanks,<br>
<br>
Mike<br>
<br>
</font></font>
</body>
</html>