Computer Science Canada registration forms |
Author: | Linux [ Sat Apr 09, 2005 6:55 pm ] |
Post subject: | registration forms |
i have read some of the posts for forms, but i would like to kno how exactly i would make a form that i could use on my website, i have a good idea how to make a form, now how would i make it send its self to my email address? i dont want to use mailto: i want the forms to be sent to me to my email on the server. would i have to make a cgi script? how would i make a cgi script and can someone show me a script for this kind of thing and how it works, or maby write a tutorial for making cgi scripts. thank you |
Author: | Blade [ Sun Apr 10, 2005 10:24 am ] | ||||
Post subject: | |||||
you can use php for that too.. uhm, i'll make an example form you can use just to send your name to your email address, you can add more onto it later if you want to.. a good reference for form elements is www.webmonkey.com I will post a much more detailed one that i wrote up yesturday when i get home.
but, remember, the server you use must have sendmail installed for php to be able to send emails.
I can't explain too much right now, but i'll post a much more detailed form and form handler with comments later. |
Author: | Blade [ Sun Apr 10, 2005 11:40 am ] | ||||
Post subject: | |||||
Okay, well i got that file..
I dont know how much you know about programming, but i try to explain most of whats going on. if you dont understand, maybe you should start with the basics
|
Author: | wtd [ Sun Apr 10, 2005 2:12 pm ] |
Post subject: | |
Blade wrote: I dont know how much you know about programming, but i try to explain most of whats going on. if you dont understand, maybe you should start with the basics
We have a winner! |
Author: | Blade [ Sun Apr 10, 2005 3:10 pm ] |
Post subject: | |
wtd, you would be surprised at the questions i get while teaching this stuff.. this would be pointing out the obvious in both mine and your eyes because we're experienced programmers. but the obvious to new people is not the same obvious as us. little things that you expect people to know, they may not know.. so you have to point it out for them, no matter how stupid it sounds.. thats what makes a good teacher. i guess ti could be insulting to some people, but when you're trying to help someone and you dont know how experienced they are, usually assuming the lowest amount of experience judging by their post is the best bet |
Author: | wtd [ Sun Apr 10, 2005 6:19 pm ] |
Post subject: | |
It seems a decent enough approach is the binary search method. Start assuming a medium level of knowledge, then if that's too advanced, back off, and if it's too low-level, work on something more advanced. |