Pagination/Navigation on database

R

Ruby Tuesday

In the database, I have about 100 or so record which consist of the
following:

imgname - text(128)
eg: AA-nnn
imglocation - text(128)
eg: c:\path\<imgname>.jpg
description
1st line
2nd line
3rd line
location - memo text (256)
123 ABC Street
Suite 123
Albany, NY 12345
note - memo text (256)
note line1
note line2
note line3

I have about 300 rows of the above structure, and would love to display them
on the web with the following features:

search on each field(except the image field)
paginate(display 10 or so rows at the time) and user has
the option to browse 1 record at the time or go to the
next/previous page
when they click the image, it display the larger image
and the caption(hopefully can be controlled by external
css file(s))

In the future, I'd love to be able to update/modify using this web interface
as well. But for now, the above should be sufficient.

How do you do that in FP. I'd love to get some code example or live example
if exist. Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top