This is a discussion on Difference between ASP & PHP within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Less powerful is a very broad term...Less powerful in what sense? To do what? On what type of system? -- ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Less powerful is a very broad term...Less powerful in what sense? To do
what? On what type of system? -- Chris Dingman Webmaster Cabaret Theatre http://www.cabarettheatre.org Now selling officially licensed Cabaret Theatre merchandise "Cameron" <devnull@devnull.invalid> wrote in message news:bukmoi$pfh$1@newsg3.svr.pol.co.uk... > Daniel Andislic wrote: > > > hi, > > > > php is more like scripting language and asp an platform that supports few > > languages (c#, c++, vb, ..). > > > > php is easier to lern but also less powerful than asp (asp.net uses .net > > framework with all functions). > > > > php is free, asp does cost (too much). > > > > php runs under windowz and unixoid-OS, asp needs MS IIS, so it's bound to > > the windowz. > > > > php is great for smaller projects.. > > > > php rulez :D > > > > regards, > > d > > > <snip> > > > PHP is less powerful than ASP??? > > Explain what parts of PHP are less powerful than ASP > > ~Cameron |
|
|||
|
PHP is interpreter itself and its less powerful then ASP dot NET by default.
Im not talkin about previuos ASP framework Besides PHP is restricted by build-in funtions and extentions. In ASP.NET framework you have full access to all system resources through hi or low level API functions. This is simple answer. "Cameron" <devnull@devnull.invalid> wrote in message news:bukmoi$pfh$1@newsg3.svr.pol.co.uk... > > > PHP is less powerful than ASP??? > > Explain what parts of PHP are less powerful than ASP > > ~Cameron |