sorry,
the field type, in HTML is areatext, a text box.
I believe the problem actually lies in the way the value is sent to the next page. the get statement looks like
?strSQL=select+*%0D%0Afrom+faculty
rather than
?strSQL=select+*+from+faculty
which works. Is there a way in PHP to parse this out?