Can't make PHP function work inside HTML inside PHP

后端 未结 2 1558
南笙
南笙 2020-12-12 05:29

I wrote this code, it gets an image from a link that varies according to where you are:



        
2条回答
  •  独厮守ぢ
    2020-12-12 06:01

    You are already inside the php tag. So there is no need for and ?>.

    Try:

    echo "";
    

提交回复
热议问题