Code

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
elky
Forum Newbie
Posts: 1
Joined: Thu May 03, 2007 9:21 am

Code

Post by elky »

Hi all,

I've been looking for a bit of PHP code and wondering if anyone here could possibly help me.

I have made a script... with a button on the page... when the button is pressed, it sends me a pre-typed email.

How can I make this.. so the button needs to be clicked 3 times, from 3 different ips, to execute the email script and send me the pre-typed email?

Example. "This button has only been clicked 2 times, we need one more click before the script executes."

I hope that is understable :oops:

Thanks everyone for your time and help.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Descriptive subjects

Post by feyd »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

maybe...



sessions...



cookies...



keeping track...
Post Reply