Pagination Help Please

Hello Everybody

I’m having problem with Pagination.php file. I’m not php expert.

I’m using this file on kesripane.com. when i search some thing in the search box it display the following message

Warning: Wrong parameter count for mysql_query() in /home/content/s/a/t/satpalpuriwal/html/lib/Pagination.php on line 53

and i don’t understand what to do Please HELP :’(

Try to post line 53 of Pagination.php , this line contains mysql_query that it’s not correct values

mysql_query has 1 or 2 parameters :
1- Sentence(SELECT,INSERT,…)
2- (optional) Result of mysql_connect()

try to print parameters of this mysql_query

Sponsor our Newsletter | Privacy Policy | Terms of Service