[eluser]xwero[/eluser]
[quote author="Pygon" date="1203547557"]
My point was that using strstr or stristr, you can match "update_*" or "*_update", unlike with strncasecmp which could only match the first X chars of the string.
[/quote]
I didn't know you could add wildcards to the strstr needle, thanks for pointing that out.