Log in

View Full Version : Reading csv http data stream with mysql server and creating php table


bludarki
Mar 5, 2013, 04:24 PM
Hello,

There is a server publishing realtime coordinates as csv in a http page.

Source link is GEFS Online - Real-time Multiplayer Map (http://net.gefs-online.com:8080/map)
1-How can I configure mysql server to read this source data and show it on a php table?

2-or I should try an easier way to do it '' If exist''?

Thanks