由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - any php experts?
相关主题
急问:怎么kill一个thread, thread.interrupte()不好用呀? (转载)问一道面试题
How to see the content of a library file请教个throughput的问题
What language I should use?请问有人用过vignette content management 吗? (转载)
URL questions请教一个vignette vcm问题 (转载)
how to know the contents in Message queue?请问在ASP.net中用Javascript的一个问题
怎么样用 C Parse HTML?question for java runtime.exec
A modern software architecture - a case study问个超简单的C问题
这里有没有做Content Management的大侠好多人害怕锁
相关话题的讨论汇总
话题: php话题: contents话题: any话题: url话题: obtain
进入Programming版参与讨论
1 (共1页)
a*****n
发帖数: 5158
1
I try to use
php function
"file_get_contents($url)"
to obtain the content of
a remote page such as following address:
http://www.gsajournals.org/perlserv/?request=get-pdf&doi=10.1130/G24340A.1
but it returns nothing
most papges work fine, but cannot obtain any content from the above
webpage
d*******8
发帖数: 3182
2
it is not your faults since the url is not standard.
d*******8
发帖数: 3182
3
i don't know whether u want solution or not.
a*****n
发帖数: 5158
4
how about this url? standard or not? still cannot return anything
http://www.blackwell-synergy.com/doi/abs/10.1111/j.1467-9965.1995.
tb00101.x

【在 d*******8 的大作中提到】
: it is not your faults since the url is not standard.
a*****n
发帖数: 5158
5
yes, i want a solution

【在 d*******8 的大作中提到】
: i don't know whether u want solution or not.
r********u
发帖数: 3
6
use curl instead of file_get_contents
a*****n
发帖数: 5158
7
thanks,
but still unable to access
http://www.gsajournals.org/perlserv/?request=get-pdf&doi=10.1130%2FG24112A.1
any idea?

【在 r********u 的大作中提到】
: use curl instead of file_get_contents
d*******8
发帖数: 3182
8
use stream_get_contents() in stead of file_get_contents()

【在 a*****n 的大作中提到】
: yes, i want a solution
1 (共1页)
进入Programming版参与讨论
相关主题
好多人害怕锁how to know the contents in Message queue?
【BSSD】招LD进组,web content specialist 和web QA 哪个合适?怎么样用 C Parse HTML?
谁知道这个嵌套的Python if 是啥意思?A modern software architecture - a case study
发现先在java库很多fluent style api.这里有没有做Content Management的大侠
急问:怎么kill一个thread, thread.interrupte()不好用呀? (转载)问一道面试题
How to see the content of a library file请教个throughput的问题
What language I should use?请问有人用过vignette content management 吗? (转载)
URL questions请教一个vignette vcm问题 (转载)
相关话题的讨论汇总
话题: php话题: contents话题: any话题: url话题: obtain