php - EditableGrid loadXML -


i using editablegrid's loadxml(url) or loadjson(url) fetch data oracle.

i've realized editablegrid generate request token id added end of url .

so request url became url&1478799713810

and server side script return error message follow.

missing '=' in query string or post form.

that because server script, more specific, using pl/sql via apache pl/sql gateway instead of php.

i guess, php automatically take care of token, pl/sql's stored procedure won't recognize parameter.

is there way stop editablegrid adding or there way pl/sql ignore or take ampersand , token number?

i added # @ end of url, illegal url character terminates url, doing so, mod pl/sql ignored whatever comes after #.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -