The code looks like this:
$link .= '/'. . 'elevi' . .'/'. $clasa . '/' . $litera . '/' . $nume .'-'. $prenume;
But the error apear :
Parse error: syntax error, unexpected '.' in ...
But if the code looks like this :
$link .= $clasa . '/' . $litera . '/' . $nume .'-'. $prenume;
Works like this :
11/c/bobo-alex
and i want it to looks like this
./elevi/11/c/bobo-alex
with [dot] and slash first