PHP newbie. Keep getting
Parse error: syntax error, unexpected T_ECHO
with my code.
<?php
header('Location: http://www.dcaccountancyservices.com/index.php?option=com_chronoforms&tmpl=component&chronoform=EditClient&token=' echo $client['id']);
?>
Cannot figure out what the syntax error is. Thanks.