This function obeys url_rewriter.tags ( http://www.php.net/ref.session#ini.url-rewriter.tags ) configuration and hence can be used to rewrite selected tags.
HTH,
R. Rajesh Jeba Anbiah
![]() | output_add_rewrite_varDescriptionbool output_add_rewrite_var ( string name, string value )This function rewrite the URLs and forms with the given variable.
See also output_reset_rewrite_vars(), ob_flush() and ob_list_handlers(). ![]()
ng4rrjanbiah at rediffmail dot com
19-Jun-2005 02:41
This function obeys url_rewriter.tags ( http://www.php.net/ref.session#ini.url-rewriter.tags ) configuration and hence can be used to rewrite selected tags.
qbolec
14-Apr-2005 08:46
I'm using this function in control panel, to append md5(session_id()) to each form and link in this panel. I also check when receiving data in control panel, if it contains this md5. I think it's quite good way to prevent the attack, where the user posts an image to the forum, but instead of image url, it specifies the url to control panel with some instructions. You should also check if the data come from the source you intended (GET or POST?).
konrad DOT meyer AT gNOSPAMmail DOT com
09-Feb-2005 02:21
This function can be very helpful for a survey or registration style set of pages where you need to keep variables from one page to the next. (For example, when you mess up a registration, it's always nice to have all but the incorrect fields as you entered them. Re-entering tons of fields is tedious on your users.)
| ![]() |