[PHP] Searching arrayed file... Suggestions?

2001-04-21 Thread Richard
Greetings. I have made a try to write a search engine for a site I run. This search iterates through all links which are made up like so: "|BY|EMAIL|CATEGORY|FOLDER/BAND|LINKNAME|LINKURL|". Now, I use the code: if ($txtLinkname=="") return; $logfile="entries.txt"; $file_line =

RE: [PHP] Searching arrayed file... Suggestions?

2001-04-21 Thread Jason Lotito
And that is all the code I use. Where have I done wrong? You see, the problem is that I found only some links, but not all. And if I have a link called "Necrolust - Tribute to MayheM", it cannot find the "Necro" nor "necRO". And as you can see, I HAVE used uppercase methods to find portions

RE: [PHP] Searching arrayed file... Suggestions?

2001-04-21 Thread PHPBeginner.com
, 2001 9:50 PM To: [EMAIL PROTECTED] Subject: [PHP] Searching arrayed file... Suggestions? Greetings. I have made a try to write a search engine for a site I run. This search iterates through all links which are made up like so: "|BY|EMAIL|CATEGORY|FOLDER/BAND|LINKNAME|LINKURL|".