I know it is possible but I am finding very little information pertaining to my question.
Everything tells one how to read/write/append to a txt file. I dont know, maybe I am just not looking in the right places.
What I am trying to accomplish is this: I have a txt file. It is formatted something like this.
000001*something1*something2*something3
000011*something4*something5*something6
000111*something7*something8*something9
Using a link such as "mypage.php?id=000011" should return something4, something5 & something6.
As you have probably figured out already, I am just starting in to php scripting.
If anyone would care to point me in the right direction with this, either by way of an online tutorial/information or an example, it would be much appreciated.
Thanks!
IamStang
Everything tells one how to read/write/append to a txt file. I dont know, maybe I am just not looking in the right places.
What I am trying to accomplish is this: I have a txt file. It is formatted something like this.
000001*something1*something2*something3
000011*something4*something5*something6
000111*something7*something8*something9
Using a link such as "mypage.php?id=000011" should return something4, something5 & something6.
As you have probably figured out already, I am just starting in to php scripting.
If anyone would care to point me in the right direction with this, either by way of an online tutorial/information or an example, it would be much appreciated.
Thanks!
IamStang