I'm currently switching from ASP to PHP, so I'm not an MS zealot. I did want to clarify some of your statements.
"Court Shrock" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ASP can't do associative arrays like a hash table? ASP has the dictionary object. > ASP can't do serious string manipulation ASP has Regular expressions > ASP cannot short-circuit a boolean expression ?costing you milliseconds? > ASP database connection is very cryptic (because of COM) and lengthy to > perform the simplist of queries You're doing it wrong, then. It doesn't take any more than PHP. There are 50 ways to perform queries, and many of them are hard. Many are simple. > ASP confuses functions and data structures--arrays and functions You'll have to explain that one. > ASP only recognizes strings as double-quote deliminited So what? > ASP does not have mult-line comments So what? > ASP doesn't understand external http or ftp resources You have to use COM for this. I do a lot of stuff with HTTP and FTP. > PHP has very straightforward type casting and conversion mechanisms This is easy in ASP as well. > PHP has output buffering and output filtering built in ASP does this (response.buffer/response.flush) > PHP is so much faster! (benchmarks that I've seen on linux/apache -> > win/iis) Apples > Oranges. So far, my evaluation (win/iis 5.0 for both) has been that ASP is faster. > PHP can open ftp and http resources See above. > PHP has a very complete set of regular expressions that are tied nicely to > their string and array functions ASP has regular expressions and they work quite well. > PHP can send email without any additional downloads and cost ASP can too (Server.CreateObject("CDONTS.NewMail")). I'm not sure why companies sell products for this. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php