python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Which is faster for checking, sql/database query or file_get_content?
I have this type of data which i call ids
I have 8.6M of these ids which i use for "validity" check.
tt9916820
tt9916822
tt9916824
tt9916826
I was wondering which would be better & fast...
Amenadiel
Votes: 0
Answers: 2
Get data from accuweather api url
I am trying to get json data from the accuweather API for a locationKey in PHP. The output is as: file_get_contents(https://dataservice.accuweather.com/forecasts/v1/daily/1day/55488?apikey=0NSY9T1tFGo...
Martinez Garcia
Votes: 0
Answers: 2
File get content or cURL getting 404 page instead of main string
I was trying to get string from website but i am getting 404 page of external website instead of index page string.
I have tried with both cURL and file_get_contents. Both returning 404 from external ...

user17809081
Votes: 0
Answers: 1
Get file contents after pageload
I have an external resource for my images let's say https://api.domain.com/api/downloads/{file_id}. The file gets downloaded after I visit that page. In this case I want to know the mimetype of the fi...

Baspa
Votes: 0
Answers: 1