|
|
|
|
|
|
Scanning Folders with PHP
Category: Web Development > PHP
Posted: 14 Mar 09
Let's imagine that you want to build a page that will display snapshots of your latest work. One way to do this would be to hard-code the images into y...
|
|
|
MySQL Clustering
Category: Database > mySql
Posted: 10 Dec 08
Rob Kaufman takes on database scaling with MySQL. This talk will walk you through setting up a Master (read write) Slave (read only) MySQL network, as ...
|
|
|
A Googly MySQL Cluster Talk
Category: Database > mySql
Posted: 03 Jun 07
Stewart Smith Stewart Smith works for MySQL AB as a software engineer working on MySQL Cluster. He is ... all » an active member of the free and open...
|
|
|
PHP Pagination
Category: Web Development > PHP
Posted: 05 May 07
You wanted it, so here it is - Pagination with PHP and MySQL! Pagination, as described in the video, is the process of breaking a bunch of results, from a MySQL Query, up into specific pages, which themselves list a set number of items each. This process can be viewed on almost any reputable site tha...
|
|
|