PHP HttpRequest

前端 未结 3 1685
無奈伤痛
無奈伤痛 2021-01-07 07:59

I need to perform a HTTP GET from PHP.

More specifically, from within /index.php I need to get the content of /trac/ and /svn/, find the \"ul\" element and then ren

3条回答
  •  庸人自扰
    2021-01-07 08:28

    I suggest you have a look at...

    • the HTTP_Request2 PEAR Package,
    • the CURL Library in PHP (if installed) or
    • plain Filesystem Functions in PHP (if you have allow_url_fopen enabled).

提交回复
热议问题