I think i'm using the syntax incorrectly
Posted on
16th Feb 2014 07:03 pm by
admin
Hi Everyone!
I'm new to this forum and a newbie with PHP - I'm glad I found this site - I hope to learn a lot! For my first and hopefully one of few questions, lol..
I told my boss i'd help him out with making a script to sort a txt file he has with 92 pages of e-mail addresses into something organized. Before i work out how to check for duplicates, so on and so forth - I'm trying to do the basics. I realise this is wrong
Code: <?php
$emails=fopen('test.txt','r');
$newlist=fopen('test2.txt','a');
while(! feof($emails))
{
$newline=fgets($emails);
$newchar=fgetc($newline);
if ($newchar==" ")
fseek($newlist,0,seek_end);
else
{
$addy = fnmatch ("*@*.*",$newline);
fwrite($newlist,$addy);
}
}
?>
I'm just trying to get the script to store a line in the variable and then go by character until it hits a space and move down to the next line to write the next e-mail it finds - I think the sequence im searching for is also a bit off. I understand I will need a loop of some sort so all the char's in the $newline character are viewed, can someone please help me out - I feel i'm so close to doing this!
No comments posted yet
Your Answer:
Login to answer
337
22
Other forums
Share admin accross websites
I'm using .net memberships and roles in one of my sites, but I need to be able to share logins and p
weird problem
last time, i did post a topic concerning why my page sometime will load as blank page when using IE.
help with this code please?
Hello,
I am trying to build a remote upload script for my image hosting site.
I am usi
mails going in spam??
The mails I sent to folks in my database using mail(function) are going in spam??
Any idea ho
adding up might be solved tell us cheers.
i think i finally solved this anybody.
last time i was getting the wrong results.
Code
Quick Syntax Question
Hi folks,
I'm getting the following error: "unexpected T_LNUMBER". I'm trying to b
PHP and MySQL Question/Help
I have a MySQL db with all my servers and all their details like server name, IP, OS, RAM etc etc 26
php wont update my db
hello,
sorry for posting in mysql forum but i dont know where exactly is the problem but here
Logic question
im wondering what's the best method to do the above list:
it is for alliance @ MMORPG game
php libs/ browsercap.in
ok i have a host that refuses to stay current. they control my php settings and libs. is there a way