Re: [PHP] Re: Incrementing a page link, refresh problem

2006-08-08 Thread Jochem Maas
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

[PHP] Re: Incrementing a page link, refresh problem

2006-08-08 Thread Ivo F.A.C. Fokkema
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