b/c = because
and this functino
$(function(){
$("#shopping_list li").quickpaginate({ perpage: 4, showcounter: true, pager : $("#shopping_list_counter") });
});
this is the function from the link you supplied in first post about this.
try this code tell me what happens
echo "<script type=\"text/javascript\" src=\"js/jquery-ui-personalized-1.5.2.packed.js\">","</script>";
echo "<script src=\"js/jquery.quickpaginate.packed.js\" type=\"text/javascript\" charset=\"utf-8\">" ,"</script>";
echo "<script type=\"text/javascript\" charset=\"utf-8\">";
echo "$(function(){";
echo "$(\"#results li\").quickpaginate({ perpage: 4, pager : $(\"#search_list\") });";
echo " });";
echo "</script>";
echo "<ul id='results'>";
while($row = mysql_fetch_assoc($result))
{
echo "<li>" ,$row['movie_name'], "</li>";
}
echo "</ul>";
echo "<div id='search_list'>","</div>";
and if doesn't work please post all the code your using please, as in all scripts