Typo on that post. Here is what is should be:
echo pg_fetch_result($rsTest,0,"ridStudent");
which still doesn't work.
Try: echo pg_fetch_result($rsTest,0,"\"ridStudent\"");
Shachar
-- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend