и что лучше?
//wpdatatables/source/class.float.wpdatacolumn.php
if ($numberFormat == 1) {
$formattedValue = number_format(
(float)$content,
$decimalPlaces,
',',
'.'
);
} else {
$formattedValue = number_format(
(float)$content,
$decimalPlaces
);
}
Поверхностно разбираюсь в HTML, PHP, CSS
Загорелся идеей создать CRM систему на 1c bitix
UPDATE table1 JOIN table2 ON table1.value = table2.value
SET table1.value = 'newValue', table2.value = 'newValue'
WHERE table1.value = 'oldValue'
Content-Type: text/html; charset=windows-1251