Hello!
I got this problem that I need help with:
I try to do this....
$array[0]=" Some text blablabla... include 'thetextfile1.dat' some other text";
$array[1]=" Some text blablabla... include 'thetextfile2.dat' some other text";
$array[2]=" Some text blablabla... include 'thetextfile3.dat' some other text";
But the "include" does not print the content of the file.... (pure textfile with download stats... a number...)
The arrays are input for another scripts that prints a list of them...
How should I do this to make it work?