Is it possible to use explode on a file???? If you had say, a file that contained this:
Var1|Var2|Var3... so on and so on
Could you use explode on the file to put each variable into its own array??? Uhg. Please help!!!
Eric T.
yes, you could. though, explode doesn't make everything it's own array, it makes one array, with the exploded pieces as elements of that array.
thats what I meant. Thank you I figured it out. 🙂
Eric