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
I solved it using the explode(); php function to cut the received data.
explode();