RE: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Matt Kynaston
; To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Weird PHP Problem > > > SQL Server is notorious for is fair amount of bugs... With that in > prespective i must ask: > > a) Are you reading the fields in EXACTLY the same order as > they appear > in the filed list in

Re: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Zaid Al-Hamdoon
Are you saying that you've defined the the field as VARCHAR(4000)? I thought VARCHAR only went up to 255? Ok...Using newest version of PHP on an NT IIS machine with a SQL 2000 database. Here is the issue: I have a nvarchar field with a size of 4000. I submit a text string from a form to thi

Re: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Luis Ferro
SQL Server is notorious for is fair amount of bugs... With that in prespective i must ask: a) Are you reading the fields in EXACTLY the same order as they appear in the filed list in the SQL Server Enterprise Manager? [SQL Server will return damaged results if one tries to read strings in a dif

RE: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Rich Gray
: [PHP-WIN] Weird PHP Problem Ok...Using newest version of PHP on an NT IIS machine with a SQL 2000 database. Here is the issue: I have a nvarchar field with a size of 4000. I submit a text string from a form to this field. It will display on submit using echo nl2br($variable) and it will di

[PHP-WIN] Weird PHP Problem

2002-11-27 Thread Becky Gruebmeyer
Ok...Using newest version of PHP on an NT IIS machine with a SQL 2000 database. Here is the issue: I have a nvarchar field with a size of 4000. I submit a text string from a form to this field. It will display on submit using echo nl2br($variable) and it will display fine. When I look in the datab