Search found 2 matches
- Fri May 12, 2006 9:05 pm
- Forum: Regex
- Topic: preg_match_all php variable
- Replies: 2
- Views: 2302
preg_match_all php variable
Hi, I'm trying to search for a particular word in a string by doing : preg_match_all("/\b" . $result2['terms'] . "\b/i", $cont, $words); However, I'm getting this warning: warning: preg_match_all(): Unknown modifier 'r' in C:\Program Files\Software\Developer\Database\xampp\htdocs...
- Tue May 09, 2006 9:46 pm
- Forum: PHP - Code
- Topic: website monitoring and tracking
- Replies: 0
- Views: 251
website monitoring and tracking
Jcart | Please use and tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi, I have number of links in my da...