Jump to content

Problem in sending query in paging function


Evy77

Recommended Posts

Its most probably some form of character encoding issue. Where on "page 2" is this code used? Need more info than just your query

 

I start with a search in my php page, here the correct query is created.

After searching the result is show with a paging function (paging function is in separate php page that I have included).

In this paging function I send the sql query to the next page.

On page 2 I do a $_GET for my query and show the next result page.

 

Everything happens on the same php page.

 

The code for getting the sql query is the following:

 

$searchsql = stripslashes($_GET['sql']);

 

If you need more info, please ask

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.