Kim, If you're trying to get the results to print in a browswer, you have to send the content type to the browser in the headers. Did you do either of these things prior to whatever routine prints your results?
use CGI; $query = new CGI; print $query->header; or print "Content-type: text/html\n\n"; ----- Scot Robnett inSite Internet Solutions [EMAIL PROTECTED]
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]