I am getting the syntax error commented code. Can some have idea, why this error comes
Error: syntax error, unexpected T_STRING, expecting ',' or ';'
echo '';
Answer
you need to use the single quotes and single & like :
'.$row['case_id'].'&msg=added"
No comments:
Post a Comment