HTTP GET - parsing query params using code igniter |
[eluser]contact_kram[/eluser]
Unfortunately that will not work for me. To provide more details, I am writing a web application to download pictures from Flickr. Flickr will redirect my initial authentication request to my callback URI with a parameter appended to the my callback URI. So, if my callback URI was http://my-devhost/classname/methodname, flickr will append abc=123 argument to the callback URI. Essentially, I do not have any control over the URI generation. I have this working in my non-codeigniter framework. But I would love to port the code over to codeigniter. I am sure this is solvable but being new to codeigniter, I am not sure how. Thank you, -k |
Messages In This Thread |
HTTP GET - parsing query params using code igniter - by El Forum - 02-27-2010, 05:46 PM
HTTP GET - parsing query params using code igniter - by El Forum - 02-27-2010, 05:56 PM
HTTP GET - parsing query params using code igniter - by El Forum - 02-27-2010, 06:59 PM
HTTP GET - parsing query params using code igniter - by El Forum - 02-27-2010, 07:37 PM
HTTP GET - parsing query params using code igniter - by El Forum - 03-01-2010, 05:12 AM
|