How to escape commas from monetary values in a php array? I have the array below with 12 positions but the comma that separates the decimals is giving me problems, php understands that it is a new position of the array and separates the value, how to get around it?
data: [ 0,00,
0,00,
0,00,
0,00,
0,00,
0,00,
0,00,
0,00,
2.468,00,
2.093,00,
600,00,
0,00
]