Hello guys,
How to fetch small portion of a website using PHP?
For example , I want to fetch the value of 1 Euro in Dollar from this website.
http://www.xe.com/ucc/convert.cgi?Amoun ... age=Submit
How to do that? Thanks in advance.
Bob.
How to fetch some part of a website using PHP?
Moderator: General Moderators
- DigitalMind
- Forum Contributor
- Posts: 152
- Joined: Mon Sep 27, 2010 2:27 am
- Location: Ukraine, Kharkov
Re: How to fetch some part of a website using PHP?
curl + regex
Re: How to fetch some part of a website using PHP?
Aww, too bad what you want is explictly disallowed by their Terms of Service.
Like what they have to offer? Great. Pay for it like everybody else does.
Like what they have to offer? Great. Pay for it like everybody else does.
Re: How to fetch some part of a website using PHP?
tasairis wrote:Aww, too bad what you want is explictly disallowed by their Terms of Service.
Like what they have to offer? Great. Pay for it like everybody else does.
Its was an example.