views:

100

answers:

2

I figured out how to pass one.. but how do I pass multiple GET variables from a FORM?

A: 

This is the most repeated question of all time in CodeIgniter, second only to "How do I remove index.php".

http://stackoverflow.com/questions/2755772/how-can-i-use-get-forms-with-codeigniter

Google is your friend.

Phil Sturgeon
or If it's CI, "Phil is your friend". hahaha
Thorpe Obazee
A: 

sending data from get is really a hassle so i suggest u to use post data instead. its easy and safe.

sonill
Hmm... I'm trying to make my "results" bookmarkable. Any ideas on how?
Shamoon