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. 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 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. Link to comment https://forums.phpfreaks.com/topic/217487-mysqli/#findComment-1129148 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.