29.09.2015, 20:33
Simple if check:
PHP код:
if(strfind(params,"*") != -1)
{
//Here the * was found
return 1;
}