I am running ms sql procedure from php. I first ran this procedure directly on the ms sql query analyzer and got NULL values as NULL.
But when i ran it through PHP i got empty strings instead of NULL values.
Due to which i am getting some wrong values.
I want PHP to treat NULL as NULL for ms sql.
Please somebody help!
It is urgent!
Getting NULL as empty strings in PHP from ms sql
Moderator: General Moderators