SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: How to make a mail Form secure?
-
Oct 9, 2009, 08:01 #1
- Join Date
- Nov 2004
- Location
- calif
- Posts
- 743
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
How to make a mail Form secure?
I want to create an email Form on my web site. How can I make the Form secure so the submitted info going to the database gets there securely?
-
Oct 9, 2009, 08:17 #2
- Join Date
- Mar 2009
- Location
- Melbourne, AU
- Posts
- 24,338
- Mentioned
- 465 Post(s)
- Tagged
- 8 Thread(s)
You need to look at something like PHP and regular expressions for that. Perhaps head over to the PHP forum. Ideally, you can learn how to do this with a book like Codin' for the Web, which I recommend.
-
Oct 10, 2009, 17:08 #3
- Join Date
- Oct 2009
- Posts
- 11
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
what you mean with secure?
give more details information, pleaseLast edited by Dan Schulz; Oct 10, 2009 at 22:45. Reason: removed fake signature
-
Nov 3, 2009, 19:07 #4
- Join Date
- Nov 2004
- Location
- calif
- Posts
- 743
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks for your reply.
What I mean by securely is the user enters personal information into a mail form, they select "Submit" and the information travels securely to the web site database.
Bookmarks