所以我想拥有以下内容:
example/sharer/sharer.php?u=http://example.com/blahblah
根据其所在的页面更改URL,因此我使用了以下
example/sharer/sharer.php?u=<?php echo $share['reference_url'];?>">
当我这样做时,我只看到以下作为网址
示例/共享者/ sharer.php?U =
所以问题是我如何将两者结合在一起?以下是使变量URL不显示的问题。如果我把它单独放在一个人身上,那么reference_url显示就好了
example/sharer.php?u=<?php echo $share['reference_url'];?>">