![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
i have a website, but i want people to be able to sign in with their username/passwords and i also want a form where people drop their comments and it goes directly into my inbox.
i am probably asking for too much, if someone can just point me in the right way, that would be awesome thanks in advance |
|
|
|
| Sponsored Links |
|
|
#2 (permalink) |
|
Games Team Asst. Manager
|
Active Server Pages can do this, but you need to be hosted on a windows machine. Google "ASP emailing" or something like that and you'll find code on how to set that up. User accounts can be tricky. I have done this with ASP using an Access db to store the log in information and then have a few IF...THEN statements checking for the appropriate information within a loop. Can get tricky...I still haven't worked out all the bugs yet.
__________________
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Aug 2006
Posts: 5
OS: XP
|
There are two main ways to do this:
the suggested ASP + Access, or PHP and MySQL. The latter is free, ASP and Access can cost big $$$ since they are all Microsoft. I would recommend PHP: http://www.google.com/search?q=php+tutorial |
|
|
|
|
|
#4 (permalink) |
|
Tech, Visual Arts
Join Date: Jul 2006
Location: UK
Posts: 265
OS: XPpro & OSX
|
or better yet, www.hotscripts.com. I agree with the previous post suggesting a php solution with a MySql database providing that your host support MySql DBs...if it is paid hosting then it probably does. Check out the website I listed and look under their 'Php' section and then click on 'scripts and programs'. For the comments part of your problem search the 'form processors' section.
__________________
Problem Solved? Why not help us to help others? Click Here to support TSF. |
|
|
|
|
|
#5 (permalink) |
|
Design Team
|
I reccomend this form generator for the comments form: http://phpformgen.sourceforge.net/
You also need a member system script for the username and password thing. I recommend searching member system on hotscripts.com
__________________
![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
![]() |
| Thread Tools | |
|
|