Page 1 of 1

[Solved] Arghh cant find a command [output_add_rewrite_var]

Posted: Thu Jul 28, 2005 9:22 am
by CoderGoblin
Suffering a mental block...

Ok, tried looking it up in the online manual but cannot find it, although I know it exists...

There is a command which will add a variable to all external page calls.
In a form it will add a <input type="hidden"> line, in an href ?var=varvalue will be added to the src.

Trouble is I can't find the command. Can someone tell me please 8O as this is now really bugging me.

Posted: Thu Jul 28, 2005 9:24 am
by nielsene
Are you thinking of the --enable-trans-sid configuration option from the "old-days" (Its been deprecated now.)

Posted: Thu Jul 28, 2005 9:27 am
by CoderGoblin
Nope it was an actual php command...

Posted: Thu Jul 28, 2005 9:30 am
by timvw

Posted: Thu Jul 28, 2005 9:37 am
by nielsene
output-add-rewrite-var

Wow, never knew about that before

Posted: Thu Jul 28, 2005 9:37 am
by CoderGoblin
The command I was looking for is actually (finally found it)... output_add_rewrite_var

Thanks for the responses...

Just one of those commands you see when looking for sonething else, think that may be useful and then forget only I now need to use it.

[EDIT] OK nielsene found it first... You beat me to it !