[Solved] Arghh cant find a command [output_add_rewrite_var]

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

[Solved] Arghh cant find a command [output_add_rewrite_var]

Post 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.
Last edited by CoderGoblin on Thu Jul 28, 2005 9:56 am, edited 2 times in total.
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

Are you thinking of the --enable-trans-sid configuration option from the "old-days" (Its been deprecated now.)
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Nope it was an actual php command...
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

output-add-rewrite-var

Wow, never knew about that before
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post 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 !
Post Reply