Quote:
Originally Posted by Alpho
Okay I got this:
PHP Code:
echo(loadlines("levels/Staff_Commands.txt"));
though, it returns 0
|
loadlines(); needs to be attached to a variable name:
PHP Code:
temp.l.loadlines("levels/Staff_Commands.txt");
echo(temp.l);