I cannot catch what you said.
Perhaps, if you know the webpage how to
process the data submitted, you may use 
a third datasource, e.g. text files, 
database, to store the data. When printing,
read the data from the datasource

解决方案 »

  1.   

    可以的
    你可以用file打开他所请求的远程文件到一个临时文件中去
    或者到一个临时字符串中去
    然后根据自己的要求对这个临时文件或者字符串进行格式化
    去掉自己不想要的,留下或者加上自己想要的
    比如
    $fcontents = file ('http://www.example.com/');
    然后对她进行处理再输出