I want to escape some characters like ' , " , %w , %h etc...
I'm using "-annotate" option to print text and this is my script (via PHP):
...
convert -size 1500x120 xc:#eff3fc -font fonts/all/".$font.".ttf -pointsize 80 -tile func/".$texture.".png -annotate +50+80 '".$text."' -trim +repage -scale 183x35 cache/cart/".$rand_name.".png"
...
Thanks for reply(s)

edit
I SOLVED, THANKS