![]() |
using $_GET with uri_protocol set to AUTO - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: using $_GET with uri_protocol set to AUTO (/showthread.php?tid=22876) |
using $_GET with uri_protocol set to AUTO - El Forum - 09-22-2009 [eluser]rossmurphy[/eluser] Hi, I know this has been covered a lot but i can't seem to find an answer. I need to use get in a current application. The application uses .htaccess to remove index.php from the uri. It also has uri_protocol set to AUTO. This is the only way htaccess seems to function. Does this mean there is no possibility of using $_GET to grab data from the query string? What other options are there? Thanks in advance using $_GET with uri_protocol set to AUTO - El Forum - 09-23-2009 [eluser]imn.codeartist[/eluser] you can find your answer here http://ellislab.com/forums/viewthread/101696/ cheers Dixanta |