I need help coding some of my website. I have a basic signup page on it. I'm first looking to have it read each textbox above it (firstname,lastname,email). And send an email saying " Thank you firstname.text for signing up with blah blah blah"
I'd like to as well have it add to a database of names, where they are organized by textbox.
like this: FirstName | Last Name | Email | City |
_______ Johnny____ Jimbo ___ jjimb@aol.com____ ann arbor
your help is very much appreciated thanks a ton.
p.s. i've seen it done in php, so i know it's possible, but beyond that, i am lost.
I'd like to as well have it add to a database of names, where they are organized by textbox.
like this: FirstName | Last Name | Email | City |
_______ Johnny____ Jimbo ___ jjimb@aol.com____ ann arbor
your help is very much appreciated thanks a ton.
p.s. i've seen it done in php, so i know it's possible, but beyond that, i am lost.
Comment