Tagged Questions

0
votes
1answer
35 views

querystring with codeigniter and facebox plugin

I am beginner in CI, i used facebox plugin for loading a page [query result ] in CodeIgniter, ie select all the datas from a table. Its working properly, The problem is i need to display only the ...
0
votes
3answers
318 views

Getting Data from Querystring in PHP

I don't know how to get data from the querystring in PHP. I'd like to retrieve the data from the access_token. ...
0
votes
2answers
48 views

Extracting Query String From eExteranl

Is it possible (and appropriate) to open a new window to an external URL, have my users process a form on that site (which generates a query string with name/value pairs) and then parse the pairs of ...