I had a page on my old site ( pre-zen and static ) that allowed users to enter their in-store gift card number and I'd look it up and display the remaining value. I did it with a java servlet and jsp - pretty straightforward. I'd like to implement the same thing on my current site - have a page that displays verbiage regarding in-store gift cards as well as the db lookup for the current value.
I'm looking for a high level overview of a "best practice" way to do this in zen. Is there a straightforward way to accomplish this? The database is the same mysql DB that contains zen.
Thanks!



