• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Looking for fraud prevention solution

nameology

New Member
Looking for fraud prevention solution

I am looking for a shopping cart script.
The shopping cart program doesn't need SSL or credit-card solution.

But it must have a function :
When the customer checks out , the order will be sent to the customer's email address , with a activation URL.
After the customer click the activation URL , the order will be processed (add to DB or notify/email to admin).
This function is to prevent fraud or fake email.

Is there such this perl/php script ?

I am familiar with Java Servlet and DB , I can write this program easily with Java.
But my host service provider doesn't provide Java Servlet Engine...so...
 
Yes, there's probably lots of scripts in PHP which have a function like this but probably not a stand-alone script.

However this isn't that hard, you just need to generate a random-number and use the function mail() in PHP. I've done this with a shoppingsite myself just a couple of days ago.

You could try looking at http://www.php.net/links.php, there's plenty of great links there.
 
Back
Top