Help - Search - Members - Calendar
Full Version: Suggestion/support Box Thing?
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
allstar
Some websites have a little "Contact Me" or "Suggestion" thing that will allow them to type in their name, and their suggestion or whatever they want to type, and it would either send it to one of the Admins on the site, or it would submit it to some sort of MySQL table that will allow me to read it and answer back some how.
Avtar
It's like a simple form really. Nothing different than a traditional form which sends data to a certain e-mail. You can program one in PHP yourself, it's not difficult at all
MrTouz
QUOTE
It's like a simple form really. Nothing different than a traditional form which sends data to a certain e-mail. You can program one in PHP yourself, it's not difficult at all


not diffucult, it depends if you want an admin area like you say.. stored so you can look later on... so you need a delet from data option, than you need a user / probably a registration... the list goes on.

the simple is the contact form. One php page... a javascript validator to see if the infos are correctly set inside the diferent fields... (same emails / emails containing a @ and a . ... list goes on)

BUT :

if you are using zymic host... email function is disabled. so you actualy can't send emails :/ so i guess there is the database type thing...
allstar
QUOTE(MrTouz @ Nov 14 2007, 12:42 PM) *
not diffucult, it depends if you want an admin area like you say.. stored so you can look later on... so you need a delet from data option, than you need a user / probably a registration... the list goes on.

the simple is the contact form. One php page... a javascript validator to see if the infos are correctly set inside the diferent fields... (same emails / emails containing a @ and a . ... list goes on)

BUT :

if you are using zymic host... email function is disabled. so you actualy can't send emails :/ so i guess there is the database type thing...

Any idea on how I could be able to set that up?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.