變量,幷包含字符串()我要輸出的字符串:如何串連在PHP
Mango Meals (April Song)
但我得到的字符串:
"Mango Meals (April Song)"
如何將字符串和正確的PHP變量?
HTML
$title = $row[ 'title'];
$credit = $row[ 'credit' ];
print('<div class = "album_title"> "'.$title.' ('.$credit.')" </div>');