Dear all,
I have a string array “$query_string1” having the value (reg_personal.personal_sex=’Male’)
I want to pass this value through the URL for the use of pagination..
For that I used the command “<a href='{$_SERVER}?pageno=1&query_string=$query_string1'>First</a>
When I am clicking on the Link First the passed query string contains only
“Reg_personal.personal_sex=” It is missing the ‘Male’ Part……..
Is there any way to pass that ‘Male’ part also through the url…
Please help me..
Thanks in advance,
Jino.