Thanks
Getting the error of:
Parse error: parse error, expecting ';" in (URL of file on line etc.)
I want to get the first letter of both names
Is the code to accomplish that
$idtest = mysql_insert_id($result);
$no = substr($firstname, 0, 1);
$no .= substr($lastname, 0, 1);
$no .= $idtest;