1

Topic: Information output...

Ok, here it goes...

I have a table and I want that information would be posted in it... without using php.

With the command:
"www.site.com/forum/extern.php?action=stats"

Is it possible???

Re: Information output...

The only way i can think of right now is to mod extern.php to ouput javascript, ie. using document.write("html code"); and then include it like this: <script type="javascript" src="extern.php?my_mod=stats"></script>

3

Re: Information output...

And maybe you can write me a php code that would show me the right information i a table tongue

thanx