View Single Post
  #2 (permalink)  
Old 12-04-08, 11:35 PM
CoderBoi99 CoderBoi99 is offline
New Member
 
Join Date: Dec 2008
Location: Canada
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Excellent post. As for ASP handling a more complicated app than PHP I'm not sure that's true. One thing I like about PHP is that you can extend it with C extensions, even dynamically loadable. I've also been able to run a very stripped down version of PHP on a VPS thanks to the open source code by compiling a minimalist version and running on low memory.
Reply With Quote