我正在使用谷歌从一个随机数生成我的二维码。生成此数字,然后将其存储为变量。但我想在电子邮件中的图像链接中使用它。像这样的东西,其中 $random 是我的变量:谢谢
$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>';