- Joined
- Jun 19, 2009
- Messages
- 95
- Reaction score
- 1
No, it's the exact same amount of work - to modify what Phail posted:
Code:IF (@Param LIKE '%^%') BEGIN INSERT INTO BadUsers VALUES (@ParamName) END
PHP:
if (strstr(Charname, "^")) {
//Do a fputs.
}

