Daily Archives: October 9, 2013

number Pagination with drop down box to limit number of pages in php


drop down box Code: <form action=”” method=”GET” id=”pagination” name=”pagination”> <tr> <td>DISPLAY <input type=”HIDDEN” value=”<?php if(isset($_GET[‘mydisplaylimit’])) echo $_GET[‘mydisplaylimit’];?>”  id=”limits” name=”limits”> <select style=”border: 2px outset rgb(204, 51, 0);” size=”1″ name=”mydisplaylimit” id=”mydisplaylimit” > <?php $default_limit = isset($_GET[‘mydisplaylimit’]) ? $_GET[‘mydisplaylimit’] : 5; foreach (array(5,

Tagged with: , , , , , , , , , , , ,
Posted in number Pagination with drop down box to limit number of pages in php, Practice Makes a beginner to become php programmer expert(practical task to become php programmer)
Follow Tutorial on WordPress.com
categories
Calendar
October 2013
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
Follow me on Twitter
Blog Stats
  • 88,191 hits