Posts by Eduarda Rosa • 71 points
7 posts
-
-1
votes1
answer166
viewsQ: Change layout color
I wanted to create a function to change the colors of the layout of the site that they are developing, this site is made in Codeigniter, CSS3 and a bit of pure Javascript, I did a search on the…
-
0
votes1
answer234
viewsQ: Foreach with table
I am creating a website that aims to show the games that are happening in the world in real time. I’m trying to make a go for the rows of the tables to be created "alone" according to the amount of…
-
1
votes1
answer604
viewsQ: How to take data from an array without using Index
I’m trying to get data through an API (bet365) it returns this data in JSON, I created a function to extract this data and transform into array It follows function: public Function api_football(){…
-
3
votes1
answer457
viewsQ: Codeigniter form_open_multipart, how to use
I’m using Codeigniter in a project but I’m having a hard time sending the information, I have a view that contains a form with the registration fields: <?php echo…
-
0
votes2
answers38
viewsQ: Codeigniter - Syntax error with select and Where
In a precise project that appears only the active publications on the main page I am using Codeigniter, I used the following lines of code: Model: $this->db->select('*');…
-
0
votes2
answers454
viewsQ: How do I pass an id through the url using Codeigniter?
I need to pass the id of a product through the url using the GET method, in codeIgniter as would this solution ?
-
0
votes1
answer91
viewsQ: Unable to load requested file: products / list_table.php
I’m trying to show off in a view data coming from the database, when I tried to run appeared the following message: Um erro encontrado Não foi possível carregar o arquivo solicitado: produtos /…