Click here to Skip to main content
15,878,945 members

Comments by Odiez Bez (Top 8 by date)

Odiez Bez 17-Aug-22 9:33am View    
This is what I am getting when enter the HTML address
[{"code":"BTC","rate":23646.99786476909,"volume":18225124471,"cap":452225021637,"delta":{"hour":1.0007,"day":0.9878,"week":0.9813,"month":1.065,"quarter":0.7977,"year":0.5076}},{"code":"ETH","rate":1862.1179148204724,"volume":11705544169,"cap":227178771067,"delta":{"hour":0.9985,"day":0.9854,"week":1.0116,"month":1.2568,"quarter":0.9442,"year":0.5741}}]
Odiez Bez 17-Aug-22 9:16am View    
I did do debug on about 10 different sites, and it says no error, so I do not know why if I run it, gives me no data, both my other two (coingecko and coinmarcketcup is working, I am totally stuck with this lifecoinwatch that do not give any error or add data in table, if you run the https by itself you get response, but no response from my code.
Odiez Bez 17-Aug-22 8:26am View    
Which part did you use, I know that the original will work as you did get, I did try to debug but will do more tests on it.
Odiez Bez 17-Aug-22 8:15am View    
Ok, my fault, what should happen is when I run the PHP file, it should get the coin list info from lifecoinwatch and update my lcw_munt_lys with all of them, so when I open the table the coin list info must be in it. But when I run it, nothing is saved to my table, I cannot see if it is getting the data from lifecoinwatch, as I cannot use echo on webpage to see if it is working
Odiez Bez 17-Aug-22 1:42am View    
Thank you, no more error, will open new qestion for other problem.