문제

how can i integrate this into my website using PHP?

http://www.forex-tsd.com/fxcalendar.php?p=csv

And getting this result:

http://www.forex-tsd.com/fxcalendar.php?p=calendar&objID=4

도움이 되었습니까?

해결책 2

I solved it using the explode(); php function to cut the received data.

다른 팁

So I take it that you already know how to get the csv of the information you want. PHP Classes is full of lots of classes you can use to parse csv files. There are loads of them, so choose the one you like the best.

There are classes for parsing and reading, and classes that import the csv into a database.

http://www.phpclasses.org/search.html?words=csv&go_search=1&x=0&y=0

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top