URL('function',vars=dict(name='value'))
On Friday, 12 October 2012 15:07:19 UTC-5, Simon Carr wrote:
>
> Thanks for the reply Bruno, but is there a web2py function that can add
> vars to the url?
>
> On 12 October 2012 19:10, Bruno Rocha <[email protected] <javascript:>>wrote:
>
>> http://......../?name=Bruno
>>
>> then
>>
>> request.vars
>>
>> {"name": "Bruno"}
>>
>> --
>>
>>
>>
>>
>
>--

