|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Inserting a continuous online feed into a database.
I have a program (Qtracker) that finds parameters of Online games and generates an html page using php. I can get the
php outputted to a simple listing of the parameters like this: $servername[0]="IGMOs Fightnite East"; $serveraddress[0]="198.65.131.49:27700"; $currentplayers[0]=4; $maxplayers[0]=20; $servername[1]="IGMOs Fightnite Central"; $serveraddress[1]="198.65.243.49:27700"; $currentplayers[1]=6; $maxplayers[1]=20; Etc. QTracker then updates this info every 2 minutes. I'd like to have this info put into a database so I can extract it and place the info where I want it on a webpage. Thing is, I can't get the code for the program or figure out how it gets the parameters. Any ideas? If you need any more info let me know. Thanks, Jeff |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Inserting a continuous online feed into a database. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|