php pagination class

php paginator digg style http://www.strangerstudios.com/sandbox/pagination/diggstyle.php http://www.phpeasystep.com/phptu/29.html http://bakery.cakephp.org/articles/mattpuchlerz/2007/05/03/digg-style-pagination http://code.google.com/p/phppaginator/ http://www.phpro.org/tutorials/Pagination-with-PHP-and-PDO.html http://mis-algoritmos.com/digg-style-pagination-class [ad code=4 align=center]

php Cannot modify header information – headers already sent by FIX

Buffers output and eliminates problem with spaces/line breaks at the beginning/end of files. Make sure to place ob_start(); before header(); is called. <?php ob_start(); header(“Location: somepage.php”); //Redirect ob_end_flush(); exit; ?> [ad code=1 align=center]

RSS date PHP

Date formating rss pubDateThe publication date for the content in the channel. For example, the New York Times publishes on a daily basis, the publication date flips once every 24 hours. That’s when the pubDate of the channel changes. All date-times in RSS conform to the Date and Time Specification of RFC 822, with the …