Lable single quotes problem
Posted: 2011-10-01T02:23:52-07:00
$text = "test"; //works
$text = "this's"; //not working
$string = " -background transparent" . " -font '{$font}'". " -pointsize {$font_size}". " -gravity center label:'".$text."'".$stroking;
How to fix this?
$text = "this's"; //not working
$string = " -background transparent" . " -font '{$font}'". " -pointsize {$font_size}". " -gravity center label:'".$text."'".$stroking;
How to fix this?