Blog Archives

pear pagination with object oriented concept


This is pear pagination with drop down limited.Its reusable pagination code with oops concept. download

Tagged with: , , , , , , ,
Posted in php

Six golden rules in php5.5


There are six golden rules in php to maintain large project. In a single  php  file, we never write more than one class at a time. Out of the scope of that class, we will not write any procedural code.

Tagged with: , , , , , , ,
Posted in Six golden rules in php5.5

php5.5.5 rocks the new year 2014


php5.5.5 rocks the new year 2014 PHP 5.5.5 has been released The PHP development team announces the immediate availability of PHP 5.5.5. This release fixes about twenty bugs against PHP 5.5.4, some of them regarding the build system. All PHP

Tagged with: , , , , , , , , ,
Posted in php5.5.5 rocks the new year 2014

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
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
Follow me on Twitter
Blog Stats
  • 88,191 hits