I am looking for a code that will prompt the viewer for their name and email address when they click on a link and then to store that name and email for later use.
Thanks
PHP prompt email
Moderator: General Moderators
Re: PHP prompt email
I'm afraid you're in the wrong forum.
We do help people to write this type of scripts, but none of us will write one from the scratch for you.
It's a trivial script, you can start to code it by yourself and if you get stuck we'll help you out.
We do help people to write this type of scripts, but none of us will write one from the scratch for you.
It's a trivial script, you can start to code it by yourself and if you get stuck we'll help you out.
-
Drewsterritz
- Forum Newbie
- Posts: 2
- Joined: Tue Mar 18, 2008 2:01 pm
Re: PHP prompt email
is there any way that you could get me started in the right dircetion i am new to php
Re: PHP prompt email
think about the different items you need to know - ie, name and email address, try google for help on this, you could use sessions to store the item (imho the best option) or you could write the info in to a small table, (two fields) but this is absolute beginner php, so try google, and look at some existing scripts out there to work out what you need to do, if you make an effort to start, more people will try and help you "if" you get stuck 