someone suggested that I use a ID to point to a file, that when that link is loaded, it points to that ID. How do I do that?
What is a ID?
He also suggested to use File to open a file, then use explode() to read it to vars.
How can I have each line put into a VAR in its specific order
var1var2var3var4
var1var2var3var4
var1var2var3var4
var1var2var3var4
that is what the file looks like, but its a unknow amount of lines.
Will explode do this?
see it needs to show like this
var1 var2 var3
var1 var2 var3
var1 var2 var3
var2 is the subject of the message, u click that to open the message, which i guess should be pointed to by a ID.
How can I set a ID and get the vars and tell them apart with explode.
The manual is confusing on explode.