<?php 
    $test_id = "EXEC_" . time() . "_" . rand(100000, 999999);
    echo $test_id;
    ?>