Posts by mazzu • 15 points
6 posts
-
1
votes1
answer488
viewsQ: Loop to Add values from a db
I’m making a financial control system, and I looped while to take the client data from a db and show them on a table. What I want to do is take the values of the column "PRICE" and add, to give the…
-
0
votes0
answers40
viewsQ: insert balance into db only after confirmation
I am making a system for controlling expenses/revenues, and I want to know how to make the amounts of revenue or expenditure if they add to the balance only after confirmation of payment. Ex:…
-
0
votes1
answer72
viewsQ: Passing values through variable does not work
I’m using the MDL(google) framework to make a registration system, and in the part of changing the information in the database, in passing the values through the url, only some are passed and others…
-
0
votes2
answers954
viewsA: Images appears on localhost, but not only online server
the error was not in the code, but in the images! I don’t know pq, but dps that I passed the images on Tiny.jpg they stopped appearing on the online server, but dps that I opened in photoshop and…
-
0
votes2
answers954
viewsQ: Images appears on localhost, but not only online server
Guys I’m with the site on localhost running right, but when I upo it pro server online some images do not appear, I already uped the images, already deleted the whole site and put again, is exactly…
-
0
votes2
answers268
viewsQ: Database does not save data in php, although no error returns
Hello :) I am starting learning with PHP, trying to insert data from the database. Although no error returns, the data is not saved. Here is the code: <?php…