Dan Shirah wrote:
 $result = mssql_query($sql) or die(mssql_error());
          // print_r ($result);
You realize that this will print the Resource ID# for the resource pointer, but not the actual result set.

--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Unknown

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to