Quote:
Originally Posted by jamiemac2005
They way i'd go about it is having a "testemonials" table in your db, with a "status" column, with a numeric code to represent whether the testemonial has been approved(0="pending", 1="approved", 2="declined" or something, you could even just delete the declined testemonials).
|
Thanks, that number system seems like a sound way work it out.
Quote:
Originally Posted by jamiemac2005
Since you haven't given a language i can't knock out any code...
|
As probably suspected, I'm simply using HTML and CSS. Haven't gotten in to much other coding.. yet, anyway.
The primary two problems for me are programming the testimonial submission to send (or keep) the testimonial info on an authorization-required page, and then getting the approved testimonials to display on the 'View User Testimonials' page.
I have plenty of time, and for now I am still working on a few of the other pages but (I imagine wisely so,) I figured I'd best figure some of this problem out first. Any help is appreciated and thank you both for your time.