View Single Post
Old February 14th, 2008, 02:31 AM   #3 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Yes you should apply those changes..
The stripos function is only needed if u use php < 5 (ie php4)

because php 5 has stripos included.. if the function does not exist (i.e. u are using php 4) then the included stripos function is automatically activated..

Luc
Luciano is offline   Reply With Quote