Had to edit a bit to get it to run, but can't get past this syntax error... and I'm stuck.

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\Inetpub\ca.dsm.org\forums\test.php on line 6



<?php

$output = exec("C:\imagemagick\convert.exe -background lightblue -fill blue -pointsize 30 label:test C:\inetpub\ca.dsm.org\forums\cache\test.gif",$error);

if (sizeof($error)) {
echo "Error is " implode(' ',$error);
} // end if

?>


...usin' da classic UBB, since the beginning of time.
wink