Tom Muck's Blog
News and Views
3 posts
in October - 2004
Showing 1
| Next
(page 1 of 3)
New Horizontal/Vertical Looper extension for PHP
Tuesday, October 19, 2004 9:54:33 PM
I've released a new commercial extension that will loop through a recordset and display records either horizontally or vertically. I have had a lot of requests to do something like this in all server languages, but for now I have released the PHP/MySQL version.
The original Horizontal Looper looped through records from left to right, like this:
1 2 3
4 5 6
7 8 9
The new version will do either horizontal or vertical looping:
1 4 7
2 5 8
3 6 9
The new extension also allows you to use form variables, url variables, or any other type of dynamic data to set the count of rows and columns displayed.
More information can be found at http://www.tom-muck.com/extensions/help/HorizontalVerticalLooperHelp/index.cfm
Category tags: Macromedia/Adobe, Dreamweaver
Posted by Tom Muck
Add comment |
View comments (1) |
Permalink
|
Trackbacks (0)
|
Digg This
3 posts
in October - 2004
Showing 1
| Next
(page 1 of 3)
Before posting comments or trackbacks, please read the posting policy.