python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
file_get_contents() from url that is only accessible after login (No cURL)
I would like to access a page by file_get_contents(). But, this page is accessible only after login. I was wondering how I should write the code. No cURL please, as this page doesn't allow cURL...
$co...
Jaehyuck Choi
Votes: 0
Answers: 0
"Undefined variable" error in PHP Simple HTML DOM
I want to extract the information on this page using a script PHP Simple HTML DOM,
Here is part of the code I wrote:
$html = file_get_html('https://www.digikala.com/product/dkp-7475119/');
foreach ($...
h1h2
Votes: 0
Answers: 1
Grab Specific Values From Similarweb
I am trying to get some values from similarweb using curls and simple_html_dom, but i can't grab only the value that i want. It gives me outpt all the page.
I am using the code bellow (this code works...
Irene Lorkos
Votes: 0
Answers: 1
Store htmldom results in mysql database
I try to store scraped data into my database. just to echo the result works perfectly, so the scraping is OK. But there must be an error in defining a variable and passing it to the mysql-insert. I ge...
Klaus Muller
Votes: 0
Answers: 1