reset mysqli fetch arra

Solutions on MaxInterview for reset mysqli fetch arra by the best coders in the world

showing results for - "reset mysqli fetch arra"
Francisco
28 Apr 2016
1$resource = $db->query("SELECT * FROM users WHERE userid = '".$userid."'");
2while($row = $resource->fetch_array()) { $the_rows[] = $row; }
3		/// later use like:
4		//	foreach($the_rows as $row)
5		//	{
6		//		echo $row['product'];
7		//	}
Bruno
26 Oct 2016
1mysql_data_seek($note_content, 0);
2
similar questions
queries leading to this page
reset mysqli fetch arra