IwnfuM Posted November 1, 2010 Share Posted November 1, 2010 hello , I'm starting to use mysqli and i have few questions. is there a guide for mysqli? and how do i use this functions at mysqli ? mysql_num_rows mysql_query mysql_fetch_assoc mysql_fetch_array thanks , Mor. Quote Link to comment https://forums.phpfreaks.com/topic/217487-mysqli/ Share on other sites More sharing options...
mikosiko Posted November 1, 2010 Share Posted November 1, 2010 read away http://php.net/manual/en/book.mysqli.php Quote Link to comment https://forums.phpfreaks.com/topic/217487-mysqli/#findComment-1129146 Share on other sites More sharing options...
Mchl Posted November 1, 2010 Share Posted November 1, 2010 and how do i use this functions at mysqli ? mysql_num_rows mysql_query mysql_fetch_assoc mysql_fetch_array thanks , Mor. You don't. Instead you use their mysqli_ counterparts. See mysqli section in manual and if anything is not clear, ask. Quote Link to comment https://forums.phpfreaks.com/topic/217487-mysqli/#findComment-1129148 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.