worldcomingtoanend Posted February 9, 2010 Share Posted February 9, 2010 <?php $SQL = "SELECT * FROM login WHERE L1 = $uname AND L2 = md5($pword)"; $result = mysql_query($SQL); $num_rows = mysql_num_rows($result); ?> Link to comment https://forums.phpfreaks.com/topic/191504-how-do-i-write-the-following-code-in-php-odbc/ Share on other sites More sharing options...
ram4nd Posted February 9, 2010 Share Posted February 9, 2010 http://www.google.ee/search?sourceid=chrome&ie=UTF-8&q=ODBC+php+select just google it Link to comment https://forums.phpfreaks.com/topic/191504-how-do-i-write-the-following-code-in-php-odbc/#findComment-1009589 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.