|
ASP and PHP are two competing frameworks that let you do things like access and crunch data ( this is where SQL comes in ) and render it into internet content Flash is another form of presenting content - you can do similar things with html and javascript a lot of the time, but not always.
Basically, you can't just pick one out of the list and run with it. All of those technologies have their own role, and a lot of web sites are systems, more than just applications of one particular technology.
|