[PHP] pobierz, plaintext <?phpinclude ('database_cfg.php'); $users = (mysql_query("SELECT * FROM users ORDER BY id DESC LIMIT 20")); while ( $row1 = mysql_fetch_row($users) ) {echo $row1['id'];echo $row1['type'];echo $row1['photofile'];}?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?phpinclude ('database_cfg.php'); $users = mysql_query("SELECT * FROM `users` ORDER BY `id` DESC LIMIT 20"); while ( $row1 = mysql_fetch_array($users) ) {echo $row1['id'];echo $row1['type'];echo $row1['photofile'];}?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext error_reporting(E_ALL);[PHP] pobierz, plaintext