[PHP] pobierz, plaintext <?php$query_id = mysql_query("SELECT MIN(Id) FROM `newsy`");$query_id = mysql_fetch_array($query_id);echo $query_id['Id'];?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$query = mysql_query("SELECT * FROM `newsy`");$query = mysql_fetch_array($query);?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$query_id = mysql_query("SELECT MIN(Id) FROM `newsy`");$query_id = mysql_fetch_array($query_id);echo $query_id['MIN(Id)'];?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$query_id = mysql_query("SELECT MIN(Id) AS costam FROM `newsy`");$query_id = mysql_fetch_array($query_id);echo $query_id['costam'];?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$query_id = mysql_query("SELECT MIN(Id) FROM `newsy`");echo mysql_result($query_id, 0);?>[PHP] pobierz, plaintext