I cannot see what the issue is with this line:
$imagepath = $dirPath.'\files\images\profile\people\';
I get
Parse error: syntax error, unexpected ''\files\images\profile\people\' (T_ENCAPSED_AND_WHITESPACE)
What am I missing?
I cannot see what the issue is with this line:
$imagepath = $dirPath.'\files\images\profile\people\';
I get
Parse error: syntax error, unexpected ''\files\images\profile\people\' (T_ENCAPSED_AND_WHITESPACE)
What am I missing?