开发者

append script to existing page

good day everyone!

i am trying to append a script to a remote page (not mine and it is a form page) that 开发者_开发知识库would hide some of its content (some in particular) before showing it. i am using curl but the only thing i could do is retrieve its html code.

is there anyway of doing what i wanted to happen?


I'm assuming that the user asks your server for content, and your server needs to fetch that content on another server and process it before sending it back to the user.

Query the other script using CURL, then run your script on that HTML to remove the pieces that you don't want to keep (I hope for your sake that they are reasonably easy to find and eliminate), and finally output the resulting HTML to the user.


To remove some part of the html, you could preg_replace() it using regular expressions.

Googling for an online regexp might be of some help, if you have no experience with regular expressions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜