I am using google to generate my QR code from a random number.
this number is generated and then stored as a variable.
but I want to use it in a image link within an email.
Something like this, where $random is my variable:
Thanks
$message = '<html>
<head>
<title></title>
</head>
<body>
<img src="http://chart.apis.google.com/chart?chs=250x250&cht=qr&chld=L|1&chl=$random" />
</body>
</html>';
1 Answer