Function

url

Package: Helper Deprecated:

Adds the session ID to an URL if the user doesn't accepts cookies. This functions allows you to generate an URL according to the site configuration concerning the URL rewriting.

Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Regis VIARRE crowkait@phpboost.com Version: PHPBoost 5.2 - last update: 2018 10 26 Since: PHPBoost 3.0 - 2010 01 22 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at helper/deprecated_helper.inc.php
Parameters summary
string $url URL if the URL rewriting is disabled
string $mod_rewrite = '' URL if the URL rewriting is enabled
string $ampersand = '&' In a redirection you mustn't put the & HTML entity (&). In this case set that parameter to &.
Return value summary
string The URL to use.