Answer the question
In order to leave comments, you need to log in
How to make a request without repeated data?
There is a request:
$procurement = mysql_query ("SELECT data_start_god
FROM goods
WHERE id_com_god='{$company['inde_com']}' ORDER BY `data_start_god` ASC LIMIT 7",$db);
while ($rowk = mysql_fetch_array($procurement))
echo "'{$rowk['data_start_god']}',";
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