//flex table opened by JP

Click to See Complete Forum and Search --> : sending forms


michaelcoconnor
08-30-2004, 04:25 PM
Ok, so i have found out that the place hosting my site (hostonce.com) supports php, perl, and cgi. i have no idea what script will allow me to send a form to an email. Can anyone help me out?

DocEvi1
08-30-2004, 05:14 PM
if you have php (you have) you can simply use the inbuilt function mail().

There are loads about, I use web2mail for mine, it simply extends mail() but sorts out some validation and is free :)