syntax error, unexpected T_STRING, expecting '('
en este codigo:
Código PHP:
       if fun_qverdad("select id from usuarios where lower(nick)='" . strtolower( trim( $_POST["paramnick"] ) ) . "'", $conexionbd) 
    {
        $var_msjError = "ya existe";                    
    } 
     
 






