使用thumbsup腳本爲各種事物生成評分。下面是當前的代碼:如何在函數調用中使用文本回顯php變量?
echo ThumbsUp::item($reviewid)->template('mini_thumbs2')->format('{UP} out of {TOTAL} people found this review helpful')
我想$reviewid
之前添加文本review_
。無論我嘗試什麼,Dreamweaver都將停止顯示錯誤,但該變量未通過。我試過的最後一件事是:
echo ThumbsUp::item('review_$reviewid')->template('mini_thumbs2')->format('{UP} out of {TOTAL} people found this review helpful')
我會接受至少'5'你的答案到其他'6'問題... – Blender
你能發佈'format()'的代碼嗎?(來自'ThumbsUp :: item')? – Bojangles