[PHP] pobierz, plaintext <?php$u = 'http://strona.com/XXX?page=10'; preg_match('#/([a-zA-Z0-9]+)?#', $u, $w); echo $w[1]; ?>[PHP] pobierz, plaintext