Search found 2 matches

by ericjamie22407
2014-06-24T14:49:07-07:00
Forum: Users
Topic: Apostrophe not working with ImageMagick
Replies: 4
Views: 2672

Re: Apostrophe not working with ImageMagick

Your advice here fixed it!!: " The first thing I would try is changing label:'{$bullettitle}' to label:\"$bullettitle\" " I can't begin to tell you how many days I've tried to debug this before giving up and posting. Any advice or suggestions as to why this fixed it? Simply adding double quotes and ...
by ericjamie22407
2014-06-24T13:23:35-07:00
Forum: Users
Topic: Apostrophe not working with ImageMagick
Replies: 4
Views: 2672

Apostrophe not working with ImageMagick

I have a php page with a form where a user can enter text for a list. These fields insert into a MySQL database using the mysqli_real_escape_string method. I've checked the database and it shows up correctly as: " eric's test " so I know it is inserted into the DB with the apostrophe. Then I do a ...