I figured out how to pa开发者_StackOverflow社区ss one.. but how do I pass multiple GET variables from a FORM?
This is the most repeated question of all time in CodeIgniter, second only to "How do I remove index.php".
How can I use GET forms with CodeIgniter?
Google is your friend.
sending data from get is really a hassle so i suggest u to use post data instead. its easy and safe.
精彩评论