Thread: PHP or ASP
View Single Post
Old 12-10-2004, 10:20 PM   #18 (permalink)
theFez
Crazy
 
Location: here and there
Quote:
Originally Posted by WillySJU
asp requires you to use IIS as the server.....and php/mySQL is free.....
not entirely true, or accurate.

PHP and MySQL are a scripting language and a database while IIS is a webserver. PHP and MySQL run just fine on windows with either Apache or IIS as the web server. with
mono you can run asp.net on a linux box and serve asp.net pages just fine under apache.

Also while it's not free (about $500), Sun has bought Chilisoft ASP and renamed it Java System Active Server Pages which can serve VBscript.

There is also a Perl module which works with Apache and mod_perl to serve ASP.

But i still think PHP is a better way to go.
__________________
# chmod 111 /bin/Laden
theFez is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46