[web2py] Re: Variables from url

2014-01-25 Thread Lucas Schreiber
Thanks :) It is exactly what i needed :) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Googl

[web2py] Re: Variables from url

2014-01-24 Thread Alan Etkin
> Hi, > I have a question: > > For example, somebody opens this page: > .../profile/1 > > Now, in the def profile(): there shall be a variable: > > a=1 > > Or, when this page gets opened: > .../profile/12345 > > I wish this variable: > a=12345 > This is discussed in detail in the web2py book: ht