15 Mar 14, 11:25PM
My script suddenly works and I didn't even change it to strstr. Maybe it's just broken on a server... BRB more testing.
strpos would work too (although strstr saves memory i think) because if it doesn't exist it's -1. So just check for -1 XD
strpos would work too (although strstr saves memory i think) because if it doesn't exist it's -1. So just check for -1 XD