For example my website is: site.com and it meta redirects to other url. Now I need a php script which could take any url as input and return this url in plain text format: site.com/?url=url-inputed I'm just a beginner in php so I am having trouble creating such script Can anyone help me here?
2条回答 默认 最新
dtdvlazd56637 2014-09-06 04:15关注if you want to append the inputed url to previous one then
$URI = "site.com/url=$yourURI";解决 无用评论 打赏 举报