Hello all programmers.
I would like any help to do the following:
1. dowload a txt file from a users computer by a web browser interface.
2. Put all the contence into a varible.
3. Split it up into lines into an array (i know that this can be done by explode() but im not sure how i use it with line breaks)
4. Check each line in turn for if the first charictor is a #
5. if not then split the var up by tabs
phew thats it. I dont kneed all the code, just examples of the functions.
Thanx
solex
I would like any help to do the following:
1. dowload a txt file from a users computer by a web browser interface.
2. Put all the contence into a varible.
3. Split it up into lines into an array (i know that this can be done by explode() but im not sure how i use it with line breaks)
4. Check each line in turn for if the first charictor is a #
5. if not then split the var up by tabs
phew thats it. I dont kneed all the code, just examples of the functions.
Thanx
solex