How can you pass multiple search parameters a user enters through the query string when generating pagination links using PHP & MySQL?
Here is the HTML form.
<form action="search.php" method="post">
<input type="text" name="search" />
<input type="submit" name="submit" value="Search" />
</form>