Search found 1 match

by virtuoso
Fri Mar 27, 2009 7:09 am
Forum: PHP - Code
Topic: Problem with random results and pagination
Replies: 1
Views: 174

Problem with random results and pagination

I have a search engine pulling the results from a MYSQL database with pagination. THE PROBLEM: I need the results to come up random on all the pages after each search or whenever the page is refreshed without doubling. I can do it with one page but the problem is with more pages. I'll be very gratef...