[PHP] pobierz, plaintext $str = '88/BYD/2009';$e = explode( '/', $str );$e[0] = $e[0]+1;$str = join( '/', $e );[PHP] pobierz, plaintext