I tried the spelling both ways withy no luck.
I have this issue on another feild on another script too.
I've noticed another weird thing;
If I use
echo "<BR/> Var Dump: ".var_dump($result);
I get nothing returned
If i use
echo "<BR/> Var Dump: ".var_dump($result);
echo "<BR> Var Dump (Referrer): ".var_dump($row['Referrer']);
I get the NULL (and nothing for the 2nd line).
FYI: The feild is ntext, null in MS SQL 2005