Listing entries tagged with seagate
The MTPaginate tag only works within PHP documents!
Make sure that the document extension is .php and that your server supports PHP documents.
1)
$paginate_current_page = 1;
$paginate_sections = array( 0
, 1);
$paginate_top_section = $paginate_sections[$paginate_current_page-1]+1;
$paginate_bottom_section = $paginate_sections[$paginate_current_page];
} else {
$paginate_top_section = 1;
$paginate_bottom_section = 1;
}
if(isset($_SERVER['QUERY_STRING'])) {
$paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&';
$paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self);
$paginate_self = preg_replace("/&page_section=[^&]*&/", "&", $paginate_self);
$paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1);
if($paginate_self == '&')
$paginate_self = '';
else
$paginate_self = htmlentities($paginate_self);
} else {
$paginate_self = '';
}
$paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page";
?>
the march of technology
09.14.2006, 12:57 PM
Sept. 13, 1956
Make sure that the document extension is .php and that your server supports PHP documents.
IBM's 5MegaByte hard drive, is the size of two refrigerators and costs $50,000.
Feb. 13, 2006
Seagate's 12GigaByte hard drive, will fit in your cell phone.
Sept. 13, 2006
50 years later: 200 times more storage than the IBM drive on something smaller than a postage stamp. (Size: 11mm widex 15mm long x 1mm tall).
(thanks to endgadget)
Posted by jesse wilbur at 12:57 PM
| Comments (0)
| TrackBack
tags: IBM , compactflash , hard_drive , kingston , seagate



