; 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
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
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
: [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
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