copy and choice.....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
breakdan
Forum Newbie
Posts: 1
Joined: Wed Jun 18, 2003 6:02 am

copy and choice.....

Post by breakdan »

hy, excuse me for bad english...i'm italian, question:

i,'ve got a file like this:
qqqqqqqqq[1]
aaaaaaaaaaa[2]
bbbbbbbbb[3]
ccccccccccc[4]
ddddddddd[5]
and i wanna create another file (function copy) but i'd like to choice the location in which i wanna begin for coping new file from old: ex.
new file
ccccccccccccc[4]
ddddddddddd[5]
i've tried with fseek() but i suppose to use it in the wrong way.....
how can i do that?
thank's and have a good day
daniel
Post Reply