PDA

View Full Version : post form to html


jzsurfny
04-23-2006, 12:23 AM
i have this wysiwyg editor (http://www.solmetra.lt/en/disp.php/en_products/en_spaw/en_spaw_demo) on a page on my site and what i would like to have happen is when you click submit, a cgi script takes the html created in the editor and adds it to an existing html file on my server.

i have been searching for days, going backand forth between guestbook scripts, news scripts, php flat files, etc. and i have yet to find anything that works.

i have very little knowledge in cgi and perl but i know it can be done.

if anyone can please help me out here, i would very much appreciate it.

thanks

KevinADC
04-23-2006, 01:07 AM
if you want to use perl as the backend then use the CGI.pm module to get the form data and add it to your file. What have you tried so far?

jzsurfny
04-23-2006, 01:15 AM
ive only tried premade scripts as i dont know how to write them on my own. i have been literally searching and testing scripts for like a week now. and i have yet to find anything that works.

KevinADC
04-23-2006, 10:05 AM
Why not post on the support forum of that script? I would assume the users of the same program would be familiar and could possibly answer your question better.