View Single Post
  #16 (permalink)  
Old Jul 13th, 2007, 10:24
Voodoochilli Voodoochilli is offline
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Re: new kid on the block

[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.