Re: Shopping basket.
Andrew Bailey wrote:
> PS: One of the reasons ASP is used is that your shopping cart can be stored
> locally on your PC so that it can be restored on a later visit without
> requiring registration etc.
You can do the same with PHP. Just use one big or multiple small
.
ASP is just another container for web applications.
The browser doesn't care whether the web application is ASP, PHP, Perl,
Python, EXE or heck a Command.com batch script. Just as long as it can
understand its output.
|