[quote=Ryan Fait;149838]Welcome to the forumz! You've come to the right place to get help. I have no idea what a
CGI wrapper is... About the form-mail, I'd say you're looking for a nice
PHP script to handle some extra stuff. I'd stay away from
CGI.[/quote]
I agree with Ryan.
Cgi stuff is a nightmare to work with, and as far as I know hasnt changed or been updated in many years.
PHP is the way to go in my opinion.
for example, in
php you can basicaly send an email simply with:
mail("to@youraddress.com","Subject","Message");
There is more to it than that really, but that would send. When I have had to do stuff with
Cgi its always been bad and theres been loads of code.