Suppose I have a function that passes multiple parameters, with one of them being a string:
<img src="http://i.imgur.com/EKyXJvq.png" border="0" />
In the function itself, it will display these parameters:
<img src="http://i.imgur.com/H4wpSVu.png" border="0" />
However, I want quotation marks to be visible around the string text that is shown. How would I accomplish this?