include("myadmin/links.inc"); include("icodes.php"); $page_name="pro_sub_products.php"; if(!isset($start)){ $start = 0; } if(isset($_GET["start"])){ $start = $_GET["start"]; } $eu = ($start - 0); $limit = 24 ; $thisp = $eu + $limit; $back = $eu - $limit; $next = $eu + $limit; $query2=$sqlp; $result2=mysql_query($query2); echo mysql_error(); $nume=mysql_num_rows($result2); //echo($start); //echo($sqlp); ?>
|
|