Resquest Query String in Xibo Server

Asked by kiemcmt

I have url
http://localhost/gdsadmin/index.php?p=display&pages=2
I want to value "page".
I use "$_GET['page']";
When this is echo screen by response
$output = $_GET['page'];
$response->SetGridResponse($output);
        $response->Respond();
This is no value "2". I don't know
How do you can Query String in xibo server.

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
kiemcmt (kiem-le) said :
#1

Can I help you?

Revision history for this message
Dan Garner (dangarner) said :
#2

you should always get input from Kit::GetParam

There are countless examples of this through the code.

Can you help with this problem?

Provide an answer of your own, or ask kiemcmt for more information if necessary.

To post a message you must log in.