Welcome Guest, Not a member yet? Register   Sign In
[solved]Problem whit like
#1

[eluser]tnathos[/eluser]
Hi, i have the next problem.. i exec this query direct to the db.

SELECT `titulo`, `media`, `id_proceso`, `ciudades`, `tipo_media` FROM (`prm_promociones`) WHERE `estado` = 1 AND `titulo` LIKE '%q%' LIMIT 21

and works fine... return 2 rows.

BUt when exec the same query in CI.. dont show me records in the view.. so i delete from the sentece the LIKE.. and show in CI records..

any?

thanks

//problem solved.. in the view for any reason dont print when the count rows = 2...




Theme © iAndrew 2016 - Forum software by © MyBB