开发者

How to send the values to echo?

echo "<img src='bloginfo('template_url').'/img/'.$img' />";

i want this value bloginfo must be attach to this src of img tag with $img开发者_StackOverflow too... means how can i adjust this " and ' to get the result.

Please help .


Change it to

echo "<img src='".bloginfo('template_url')."/img/".$img."' />";

And always read manual first before asking question.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜