Posts by Gabriel Ichikawa Craice • 21 points
2 posts
-
1
votes1
answer287
viewsA: Selective foreach two tables
Well, I managed to follow the @8bit advice, code below: public function buscaTodos3(){ $usuarioID = $this->session->userdata('usuario_logado')['id']; $query = "SELECT * FROM receitas INNER…
-
1
votes1
answer287
viewsQ: Selective foreach two tables
Please help me, I’m a beginner. Well, I’m with a website with codeigniter, it’s showing my recipes perfectly on: <?php foreach ($receitas as $receita) :?> Now I want to create a loop that only…