View Single Post
  #3  
Old 10-21-2020, 06:28 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

Thanks, I actually got it working yesterday thanks to TurmoilToad - he spotted missing ( ; ) in the query line it needs to be:

$query = "SELECT key, value FROM data_buckets;";


But I will utilize this part from you =)

while(@row = $query_handle->fetchrow_array()) {
quest::say(" babling $row[0],$row[1]");
Reply With Quote