Forum Moderators: coopster & phranque

Message Too Old, No Replies

Simple Form Processing w/ Perl?

         

victoryrun

7:48 pm on Feb 15, 2003 (gmt 0)

10+ Year Member



I've done searches on the free perl code sites and haven't seem to come up with anything. Does anybody know a simple perl script that would take the contents of an HTML form and append it to an HTML page? I'd like the HTML page to be configurable (like layout) so I can make it fit with the rest of my pages.

I don't necessarily need the contents appended and emailed to me, just posted to a specific html page. Any ideas?

Thanks,
Ramsey

Damian

7:56 pm on Feb 15, 2003 (gmt 0)

10+ Year Member



Hi Ramsey,
Sounds like you want a guestbook script type of thing?

Visitor writes message --->
message get's appended to the guestbook

Guestbook scripts should be easy to find..

victoryrun

8:12 pm on Feb 15, 2003 (gmt 0)

10+ Year Member



I'll look into some of these, maybe I'll find what I want.

I'm actually looking at making a simple classifieds script. The HTML file would be a table w/ different cells for "Name" and "Phone" and "Ad description" (and hopefully more specific ad-related data, i.e. color, height/weight, age, training - this is a horse related site). I've looked at all the classified ad scripts I could find and nothing seemed to work, everything was too in depth. I just want a certain form field to be appended to the specific cell in my table.

Thanks! :-)
Ramsey