Hello !
i'm working in dreamweaver , and i have 2 lines :
$part="..\fl1\";
echo "OK";
Dreamweaver produce an error in second line.
if i change the first line to $part="..\fl1" everything is ok.
what is the problem with the \ character at the end ?
thank you.