Možná jiná verze PHP. Zkus jen odebrat to mínus.
<?php
$string = $_GET['ankety'];
$string = substr($string,12,4);
echo $string;
?>
Možná jiná verze PHP. Zkus jen odebrat to mínus.
<?php
$string = $_GET['ankety'];
$string = substr($string,12,4);
echo $string;
?>