Hi
I am a beginner with php.
$txn = array(
“TP_DEPT_GROUP” => “003”,
“TP_CODE” => “000000001025699485”,
“JOB_IDENT” => " ",
);
what i need to do is if Job_Ident is = to " " then concatenate TP_Dept_group & TP_Code (TP_Charge Code without the leading zeros) otherwise return Job_Ident. If unable to determine Job_Ident or TP_Code then report error" I hope this makes sense.
Thanks