TheMatrix
BANNED
- Dec 20, 2008
- 3,439
- 7,401
Hey all
I have made a php file which extracts emails from facebook. It shows emails on a new page, in a textarea.
I want to ask, how can I automatically save results in a txt file when the emails are shown up.
I mean this:
I start script.--> 100 emails extracted--> Shown in box--> Saved in txt file like this:
email1
email2
email3..
I start script.--> 200 more emails extracted--> Shown in box--> Saved in txt file like this:
email1
email2
email3
email4
email5
email6..
Please help me,,
Thanks
I have made a php file which extracts emails from facebook. It shows emails on a new page, in a textarea.
I want to ask, how can I automatically save results in a txt file when the emails are shown up.
I mean this:
I start script.--> 100 emails extracted--> Shown in box--> Saved in txt file like this:
email1
email2
email3..
I start script.--> 200 more emails extracted--> Shown in box--> Saved in txt file like this:
email1
email2
email3
email4
email5
email6..
Please help me,,
Thanks