Ivo F.A.C. Fokkema wrote:
> On Tue, 08 Aug 2006 14:54:08 +0100, Ross wrote:
>
>> I write a session to determine what module a user is on
>>
>>
>> $_SESSION['module_no']==1;
>>
>> when they get to the end of the module I want to create a dynamic link to
>> the next module
>>
>> $increment = $_SESS
On Tue, 08 Aug 2006 14:54:08 +0100, Ross wrote:
> I write a session to determine what module a user is on
>
>
> $_SESSION['module_no']==1;
>
> when they get to the end of the module I want to create a dynamic link to
> the next module
>
> $increment = $_SESSION['module_no']++;
> $link= "../mo
2 matches
Mail list logo