w32 Posted November 3, 2006 Share Posted November 3, 2006 Hello, I am in the need of making a parser.Basically I want a script to parse text, and do something when it finds keywords.How could I parse for a certain word. And then could I keep track of what's already been parsed, so it doesnt do the same thing over and over? Link to comment https://forums.phpfreaks.com/topic/26108-parsing-data/ Share on other sites More sharing options...
heckenschutze Posted November 3, 2006 Share Posted November 3, 2006 [code]int strpos ( string haystack, mixed needle [, int offset] )[/code][url=http://php.net/strpos]Manual Link[/url] Link to comment https://forums.phpfreaks.com/topic/26108-parsing-data/#findComment-119370 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.