if (strlen($tep)== 3) {$tep="0".$tep;}
tak to má být
a ne takto
if (strlen($tep)== 3) {$tep="0".$tep};
musel jsem si udělat pomocný skript abych věděl kde to hází chybu
Parse error: syntax error, unexpected '}'
díky
if (strlen($tep)== 3) {$tep="0".$tep;}
tak to má být
a ne takto
if (strlen($tep)== 3) {$tep="0".$tep};
musel jsem si udělat pomocný skript abych věděl kde to hází chybu
Parse error: syntax error, unexpected '}'
díky