I creating a sample site using codeIgniter, I wonder when I used GET in my form,in my previous testing site wit out using CI framework,I used most of the times this GET...
What is the equivalent of GET in CodeIgniter?
[eluser]Colin Williams[/eluser]
The equivalent is, I suppose you could say, URI segments. However, CI doesn't stop you from using GET requests or from using the $_GET array to capture values passed via a query string.