Hi,
This is what I want so I hope you've got the answer:
On my own Server with PHP, Mysql I have a PHP script
that shows the online users. I Also put the online user
in a text file so i can access it easily.
The question is that I want to read the text file from
the main server (without PHP, Mysql) and insert the
users on the page (on the main server). This has to
be not a PHP command because we don't have that
there.
The text line should be as follow:
"There are: " & own server/tekstfile & " users online"
I know this is a php forum but because it's related
with the problem i thought you don't mind. So i hope
someone got an answer.
Is this possible in HTML or javascript ? :roll:

