Re: [PHP] PHP & MS Sequel Server

2010-01-17 Thread Phpster
Asp blows chunks when compared to php. Poor array handling, no built in image handling etc. Better to rewrite the site than to keep using 15 year old tech that is not really being supported by Microsoft. Bastien Sent from my iPod On Jan 17, 2010, at 2:27 PM, "deal...@gmail.com" wrote:

Re: [PHP] PHP & MS Sequel Server

2010-01-17 Thread Michael Shadle
I use PHP with MSSQL right now. PHP is on Linux, MSSQL is on Windows. Just use the FreeTDS libraries to connect. On Sun, Jan 17, 2010 at 10:47 AM, dealtek wrote: > http://www.aspfree.com/c/a/MS-SQL-Server/Using-PHP-with-MS-SQL-Server/ > > This article seems to sate that PHP can interface with MS

Re: [PHP] PHP & MS Sequel Server

2010-01-17 Thread hack988 hack988
you can use php with mssql2005. But infact that mysql is more suit than mssql in php environment. 2010/1/18 deal...@gmail.com : > > On Jan 17, 2010, at 11:06 AM, Ashley Sheridan wrote: > >> On Sun, 2010-01-17 at 10:47 -0800, dealtek wrote: >>> >>> http://www.aspfree.com/c/a/MS-SQL-Server/Using-PHP

Re: [PHP] PHP & MS Sequel Server

2010-01-17 Thread deal...@gmail.com
On Jan 17, 2010, at 11:06 AM, Ashley Sheridan wrote: On Sun, 2010-01-17 at 10:47 -0800, dealtek wrote: http://www.aspfree.com/c/a/MS-SQL-Server/Using-PHP-with-MS-SQL- Server/ This article seems to sate that PHP can interface with MS Sequel Server ? If so, is it about the same level of comp

Re: [PHP] PHP & MS Sequel Server

2010-01-17 Thread Ashley Sheridan
On Sun, 2010-01-17 at 10:47 -0800, dealtek wrote: > http://www.aspfree.com/c/a/MS-SQL-Server/Using-PHP-with-MS-SQL-Server/ > > This article seems to sate that PHP can interface with MS Sequel Server > ? If so, is it about the same level of complexity as working with PHP & > MySQL? If one was to

[PHP] PHP & MS Sequel Server

2010-01-17 Thread dealtek
http://www.aspfree.com/c/a/MS-SQL-Server/Using-PHP-with-MS-SQL-Server/ This article seems to sate that PHP can interface with MS Sequel Server ? If so, is it about the same level of complexity as working with PHP & MySQL? If one was to choose php & one DB over the other in a general comparison