Forum: Script Giveaway
04-20-2008, 10:35 PM
|
|
Replies: 0
Views: 942
Arrays + Pages
Here is a script that converts arrays into pages, very customizable.
<?PHP
//array paging system
//how many do you want per page?
$perpage = 30;
//query to make the array, here im doing a query to...
|