我必须将一个URL上传到我的表中,该表有多个参数。所以我的PHP URL将是http://localhost:8888/Thing/urlc.php?id=1&url=http://www.example.com/?hi=true&something=false
正如所料,数据库仅接收http://www.example.com/?hi=true
,因为&something=false
成为http://localhost:8888/Thing/urlc.php
的一部分
如何将整个网址(http://www.example.com/?hi=true&something=false
)上传到表格