Guest User

Untitled

a guest
Dec 14th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $sql = "select * from tabla1 where campo1 like '%ñ%'" ;
  2. $datos = $this->objeto->listar() ;
  3. $registros = sqlsrv_row_num($datos) ;
  4. print_r($registros) ;
Add Comment
Please, Sign In to add comment