Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Php webform with Mysql Re: Php webform with Mysql

#56722
ikthius
Member

quicky,

lets try this a stage at a time.

can you code your HTML?

if so then make your form. Have a select option and populate that with:
Select Email:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

whatever is selected will get sent to that person.

add a captcha and a hidden field for to catch spam.

when that is done, post your code here. remember to use the [_code] [_/code] tags witout _

when we get that to what we want we can make the contact script.

then think about getting the emails to be stored.