Is It Possible to export C# stuff to a website that will have a live update
Hi just wondering is it possible to export a players drift pb out from C# to my website with an update about every 30 seconds or every refresh i know php and C# but dont know if its possible to make both work together if someone can help me or give me an anwser it would be really appreciated thanks in advance guys
so into a C# database and it is possible to take it out with php or would it be easier using a mysql database instead of a C# one and use php to put it up which one would be easier in the long run?
Indeed, that sort of thing is what I'm doing right now with the FPRS RankingSystems: Put all data in a big .txt file, and let VB and PHP parse it. Whenever I find some time I'll try to connect both to a MySQL database because that txt file takes long to parse. I just read it out into a big array and display it, but it takes too long. MySQL should do a better job here.
Btw; If you really want a 'live' update, an update without refreshing the webpage, you should add some meta refreshers on the top of your PHP script.
I didn't really want to create a new thread because the question I have is quite similar. So.. Is it possible to make connection between C# and php? Like you can in flash. I know you can open a link.php?var1=xxx?var2=yyy etc.. or something like it but in flash you can send data without opening the link and receive the data given back. I know not very good to mix 2 programming languages but this would make it a lot easier in my case.
It doesn't matter what the source is.. Inet tutorial or example with a little bit of code... I'd be happy on both.
Yeah, thanks, I know but what I mean is that when the php executes a query on flash you can make it print the results out and flash will load them(if you do send and load) and it doesn't even open a new browser window or anything.