Re: [PHP] what is the PHP equivalent of Transactional ASP page

2002-11-17 Thread Justin French
I don't know if the 'transaction' page could really determine if the download was *completed* -- perhaps if it was *started*... >From what I can tell, most online s/ware purchases are done in two ways: 1. free download / demo which can be 'unlocked' with a key, which is provided upon payment... r

Re: [PHP] what is the PHP equivalent of Transactional ASP page

2002-11-17 Thread Rasmus Lerdorf
That's what you use a database transaction for, It does not belong at the scripting language level. PHP is built to be scalable, and as such the various requests that make up the "transaction" can come in on different processes and different machines even. The shopping cart data has to live in a