dongre6073 2014-09-06 04:12
浏览 28

无法创建PHP脚本

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";
    
    评论

报告相同问题?