In perl I could just go
foreach $line (@data){
(@res)=split(/\|/, $line);
}
To Loop through the data and find certain lines that I need.
How can I do this with php, I learned how to open data bases, (flat file only) but now how can I look in the first field and find a username and then the password for that username in the second field?
So basically how do I loop through data?
perlkid [sig]<p>Tony<br><a href=mailto:tony@seeki.com>tony@seeki.com</a><br>Experienced In: Perl, JavaScript, C++, PHP<br>
Want More Experience In: Pascal, Python, PHP More C++[/sig]