Re: [phplib] add parameter to script name From: fabrizio.ermini <email protected>
Date: 03/28/01

On 28 Mar 2001, at 17:40, Michal ROMAN wrote:

> Hi,
>
> How can I add some parameter to end of actual script name :
>
> My source :
> printf (<a href=\"%s&offset=$newoff\">next</a>",
> $sess->url("browse.php") );
>
For this, you can simply do

printf (<a href=\"%s\">next</a>",
        $sess->url("browse.php?offset=$newoff") );

> I get this error :
> Your session cc5f3d1ba0f73e3a24387c6f8c253eee has been authenticated
> with a user id of c14cbf141ab1b7cd009356f555b607dc and a user name of
> miso.
> To access this page, the following permissions are required: .
> I won't let you access this page, because you have these permissions: 9.
>
This doesn't seem to have anything to do with the above, however.
This error message is generated when a control on permission level
is failed... you are using $perm on your site, or it's been called by
accident?

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/

Fabrizio Ermini Alternate E-mail:
C.so Umberto, 7 faermini <email protected>
loc. Meleto Valdarno Mail on GSM: (keep it short!)
52020 Cavriglia (AR) faermini <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>