Hi Alex,
Yes, that is using prepared statements - this should work against an nvarchar column.
PHP doesn't natively format data using UTF-8. You can find lots of references for this elsewhere. Try wrapping $val in a utf8_encode call.
- Jeff
Hi Alex,
Yes, that is using prepared statements - this should work against an nvarchar column.
PHP doesn't natively format data using UTF-8. You can find lots of references for this elsewhere. Try wrapping $val in a utf8_encode call.
- Jeff