Welcome Guest, Not a member yet? Register   Sign In
How to display table from database but ....:)
#1

[eluser]Unknown[/eluser]
How to display tabel from database but no display hider tables only data. Select * from TABLE; non(id,names,adress.....)?
#2

[eluser]Developer13[/eluser]
HUH!??!??

I think a properly constructed question might help here.
#3

[eluser]Unknown[/eluser]
model---

$DB2 = $this->load->database('db2', TRUE);
$result2 = $DB2->query('select * from table');
$this->table->generate($result2);

How to display only data from database(table) non header.




Theme © iAndrew 2016 - Forum software by © MyBB