Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VirConti

    What is wrong with the way I use sqlsrv_num_rows() in the following PHP script?

    I ran the following PHP script: <?php $serverName = "TABLET-0LJ29BE9\sqlexpress"; $connectionInfo = array( "Database"=>"MasterDB", "UID"=>"sa", "PWD"=>"noabrir" ); $conn=sqlsrv_connect( $serverName, $connectionInfo ); if( $conn ) { echo "Connection established.<br />"; } else {...

Part and Inventory Search

Back
Top