New at php and need some help
am 31.10.2007 16:43:53 von wyman
I am working to make a page that displays the status of servers from a
game. I have the php files that print out which servers are online,
and if I go to where the file is hosted it displays all of the servers
that are available, but how do I integrate that information into an
html file? I've tried various resources and decided to turn here.
Thanks for your help and sorry for being new to php.
Re: New at php and need some help
am 31.10.2007 17:31:38 von Rob
Sounds like you need to use cURL to bring the different status
together before displaying them to browser.
Rob.
On Oct 31, 3:43 pm, wyman wrote:
> I am working to make a page that displays the status of servers from a
> game. I have the php files that print out which servers are online,
> and if I go to where the file is hosted it displays all of the servers
> that are available, but how do I integrate that information into an
> html file? I've tried various resources and decided to turn here.
>
> Thanks for your help and sorry for being new to php.