Hallo Christian,
if(preg_match('/,'.addslashes($rows['mods']).'$/',$username)) {
echo "jippie!";
}
Warum addslashes()? Da sollte doch wohl ein preg_quote() hin.
Gruß
Christian
Hallo Christian,
if(preg_match('/,'.addslashes($rows['mods']).'$/',$username)) {
echo "jippie!";
}
Warum addslashes()? Da sollte doch wohl ein preg_quote() hin.
Gruß
Christian