Answer the question
In order to leave comments, you need to log in
How to calculate an order?
There is a table in Mysql where the quantity of goods and its price are indicated, how to display the final number that will add up all the numbers of the number * price?
$result = mysql_query("SELECT * FROM zakaz WHERE idcom = $idco",$db);
$myrow = mysql_fetch_array($result);
$pr = 0;
do
{
while($myrow = mysql_fetch_array($result));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question