Thread
:
How to get values from querystring?
View Single Post
#
2
(
permalink
)
10-22-2007, 03:25 AM
mobilegeek
D-Web Analyst
Join Date: Jun 2007
Posts: 205
Re: How to get values from querystring?
Hi vinoth,
Here is the syntax.
Code:
params[:param_name]
So say for example you're using pagination and you want the page_number param
list?page_number=1:
Code:
params[:page_number]params[:page_number]
that's it....
mobilegeek
View Public Profile
Send a private message to mobilegeek
Find all posts by mobilegeek