PHP prompt email

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Drewsterritz
Forum Newbie
Posts: 2
Joined: Tue Mar 18, 2008 2:01 pm

PHP prompt email

Post by Drewsterritz »

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
scriptah
Forum Commoner
Posts: 27
Joined: Sat Mar 15, 2008 8:58 pm
Location: Long Island, NY

Re: PHP prompt email

Post by scriptah »

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.
Drewsterritz
Forum Newbie
Posts: 2
Joined: Tue Mar 18, 2008 2:01 pm

Re: PHP prompt email

Post by Drewsterritz »

is there any way that you could get me started in the right dircetion i am new to php
wmguk
Forum Newbie
Posts: 16
Joined: Wed Jan 30, 2008 6:16 am

Re: PHP prompt email

Post by wmguk »

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 :)
Post Reply