[PHP] pobierz, plaintext $string = //twój rekord z bazy;$array = explode(' ', $string); for($i=0;$i<10;$i++){ echo $array[$i];}[PHP] pobierz, plaintext
[SQL] pobierz, plaintext SELECT title, date, SUBSTRING( text, 1, 90) text FROM tabela ORDER BY id DESC LIMIT 3[SQL] pobierz, plaintext