Skip to content
Advertisement

Tag: php

Math calculation laravel (netto-brutto)

I have code: But I have also another field Rechnung preis – Netto. What must be the code for calculate netto-brutto from bedrag_rechnung_brutto. It must be -19%. Netto = brutto /1,19. Answer What is your question over here? You already answered it yourself?

PDO union select results nothing

I need to select name, surname from users where username = column following inside network_follow table the query: “SELECT * FROM network_follow WHERE following = :f UNION SELECT name, surname FROM …

Advertisement