Soccer table from Blitz to the net - how?

Blitz3D Forums/Blitz3D Programming/Soccer table from Blitz to the net - how?

XE800(Posted 2008) [#1]
Hi! I used BlitzBasic3D to make a "soccer table updating application", which I use together with my PiP enabled TV and the norwegian equivalent of the Sky Saturday Live soccer show for great effect.

Now I want the resulting tables (which are "Full" tables, as in showing Total stats, Home stats and Away stats) put unto the internet. So, Im just wondering if there is an easy way to do this? Is it possible to make Blitz save in pure text? If so I could make it save the table with HTML codes and everything :-) If not, what would be the best way to go around this? So far I have been typing the tables manually into the HTML editor, which gets tiresome very fast :-|

I'm aware that the best way probably would be to learn PHP and MySQL and perhaps JavaScript, but it would be cool if I didn't have to :-)


t3K|Mac(Posted 2008) [#2]
i'd suggest you use ETNA (http://repeatuntil.online.fr/Etna) and learn a little bit of php/mysql. this will be the most flexible way.