ASP Greeting Cards Script,
Any one know a good ASP Greeting Cards script, where visitors can send Cards to their Friends, with Music, Backgrounds, & more feautures
View RepliesAny one know a good ASP Greeting Cards script, where visitors can send Cards to their Friends, with Music, Backgrounds, & more feautures
View RepliesI'm working on a an ASP script that should be able to send Birthday greetings to the employees in the company. But I was thinking of a way to invoke the script everyday at 9 AM to send the email if it matches any of the birth dates in the database.
One way I thought about was keeping the browser window open on a server and create a rule which refreshes the script everyday at 9 AM, but thought that this way might not be very effective especially if someone closed the window.
On a site with a secure layer I will be getting a credit card number. Then in asp I will encode the number and put the encoded number in a acess database. The administrater will be able to go in a passworded page and retrieve the credit card number (Which will be decoded in the process) to manually bill.
View Replies View RelatedI have built a shopping cart and have reached the point where I need to create the payment page. At the moment I have a checkout page with all the customers details i.e name, address etc, credit card details, order total, product name etc as fields in an form. It is at this point that I am not sure what happens next.
I am using a windows server (www.7host.com) with an MS Access database. I would be grateful if some one could explain to me exactly how I use the variables to take the payment and also how the information is sent back from the bank once the order has been processed.
I have read a few articles, but they just don't give you the actual practical steps involved with the asp pages/database, instead they mention payment gateways /merchant accounts in general. It would really help me if someone could explain this one.