Extraction LeBonCoin
coviauxj51100
-
heyquem Posted messages 808 Status Member -
heyquem Posted messages 808 Status Member -
Hello,
I am currently developing a project with a friend and I need your help!
I would like to know how to extract information (including the image URLs) from a leboncoin advertisement given an advertisement URL.
PHP? JavaScript?
Thank you in advance for your help.
Configuration: Windows XP / Safari 536.11
I am currently developing a project with a friend and I need your help!
I would like to know how to extract information (including the image URLs) from a leboncoin advertisement given an advertisement URL.
PHP? JavaScript?
Thank you in advance for your help.
Configuration: Windows XP / Safari 536.11
2 answers
-
PHP :
<?php $homepage = file_get_contents('http://www.example.com/'); echo $homepage; ?>
https://www.php.net/manual/en/function.file-get-contents.php
--
Now, I am.