I have a syntax problem with some code and I keep changing the syntax but it’s getting no-where.
Here is the code:
echo '<img style="border:1px solid #f1f1f1;margin:12px 0 12px 0" src="https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://mysite.com/'.$current_user->user.'/'" />';
Seems to be around here:
http://mysite.com/'.$current_user->user.'/'" />';
Try:
codepad example