query($query); if ( $rows ) { foreach ($rows as $row) { $all_maintainers[$row['maintainer']] = $row['value']; } } print( "
" );
	print_r( $all_maintainers );
	print( "
" ); $snippets[0] = <<
Assuming you are new here, add your Torn API key

 


 

 


 

HTML; // Let maintainer select (or delete) a player $query = <<prepare($query); $stmt->execute( [$maintainer[0]] ); $rows = $stmt->fetchAll(); /* print("
");
	print( "\$rows:\n" );
	print_r($rows);
	print("
"); */ $players_id = array(); foreach ($rows as $row) { $players_id[] = array($row['player'], $row['value'] . " [" . $row['player'] . "]"); } $snippets[2] .= "... or edit existing player"; foreach ($players_id as $player) { $snippets[2] .= <<