Re: PHP Personality in D2007 Architect?



chapulin wrote:
Dean Hill: A really nice alternative. I worked quite a bit with PHP a while back
and preferred it to ASP and ASP.NET.

I was following all the hype about ASP.NET but after a try I figured that it creates a lot dependency around windows and MSSQL for sporadic and small web development, after trying PHP 4 months ago I have to say it's good enough.




ASP.net really does lock you into M$ products.
You have to run a windows OS with IIS. (Mono does not cut it yet)
Thanks to open source projects like the PostgreSQL .net data provider (NPGSQL) you at least don't have to run a M$ database which would suck
even more cash out of you :-)
There are nice .net providers for MySQL and Firebird as well.

PHP just works and it works well.

Later,

--
Tony Caduto
AM Software Design
Home of Lightning Admin for PostgreSQL and MySQL
http://www.amsoftwaredesign.com
.



Relevant Pages

  • Re: Using Python for my web site
    ... they are familiar with php and asp. ... What would postgre's advantage over MySQL be? ... PostgreSQL is a mature, rock-solid, full-blown RDBMS. ... what would MySQL advantage over PostgreSQL be ?-) ...
    (comp.lang.python)
  • Re: asp, php or java, .net or what?
    ... >> I only do php and mysql, but recently someone told me that these are ... Many PHP developers have recently focused on making PHP more ... If you're used to MySQL then you ... PostgreSQL supports far more complicated queries than ...
    (alt.html)
  • Re: Alternatives to PHP/MySQL for website
    ... > I maintain a website which uses XHTML, PHP and MySQL. ... > opportunity to create a new site for a subsidary enterprise which may ... Ruby, PostgreSQL, as alternatives? ...
    (uk.comp.os.linux)
  • Help for a LAPT guy in a LAMP world: two RDBMS on one server???
    ... I am a LAPT guy -- Linux Apache PostgreSQL Tcl, ... PHP is no problem to install and PHP is actually happy to work with ... MySQL is the bear. ...
    (comp.os.linux.misc)
  • Re: I am totally stumped..with this on..LOAD_FILE Mysql+PHP= FSCK!!
    ... What I am trying to do is to upload files and stuff them in a mysql database. ... I copied the temporary file to somewhere else, and then handed it to MySQL..THAT WORKED.. ... Is there a way to force a close on the file..maybe that's the problem Mysql is opening a file that is not flushed to disk maybe? ... I gew the feeling its maintaining its own picture of file objects, and doesn't actually flush to the disk unless you do a copy or close php.. ...
    (comp.lang.php)