Posts by Flavio Domingos • 75 points
8 posts
-
0
votes1
answer605
viewsQ: Sum mysql decimal values
I made a query that adds a decimal field, only I’m having trouble, because when I put the clause group by t1.id_sell it lists me sales but no longer sums correctly and without the correct sum clause…
-
3
votes1
answer575
viewsQ: $_SESSION does not persist on other pages in the application
good evening everyone, I am using the codeigniter and native Session of php $_SESSION, it so happens that I can only use Session when I install a login controller that redirects to another page, but…
codeigniterasked Flavio Domingos 75 -
0
votes0
answers109
viewsQ: I cannot recover $_SESSION with ajax and codeigniter
I’m having trouble recovering a $_SESSION using php native Session with ajax in codeigniter, because when I try to verify the data informUndefined. follows the code, since thanks to all. controller…
-
0
votes1
answer429
viewsQ: Edit Form c/ modal + Codeigniter
Good afternoon to all, I am implementing an edit form (modal) that has an 'edit' link and that when clicked opens a modal form. The big problem is that I am not able to assimilate the link 'Edit'…
-
1
votes1
answer321
viewsQ: Update carrinho codeigniter
I’m having a problem updating the quantity in a shopping cart using codeigniter, because whenever I update and the cart has for example 3 items, the cart only updates the last item and does not…
codeigniterasked Flavio Domingos 75 -
-1
votes1
answer673
viewsA: Codeigniter images does not load
The problem was that the images folder was inside Application, I put a level out and It worked! problem solved.
-
3
votes1
answer673
viewsQ: Codeigniter images does not load
I am new using the IC, and I’m having problems with it because it does not load the images in environment localhost (using XAMPP). I have already inspected and checked if the path is all ok, and…
-
0
votes1
answer66
viewsQ: Unwanted loop behavior mysql_fetch_assoc
I’m having problems in a while loop where it has a function mysql_fetch_assoc that redeems a value from a column in a table called orders in the delivered column. I made a if to see if there’s a…