I would like to add a "," after the first two numbers. For example: 2098 - > 20.98; 20398 - > 20,398; 201 - > 20.1; Does anyone know how to do this in php?
I would like to add a "," after the first two numbers. For example: 2098 - > 20.98; 20398 - > 20,398; 201 - > 20.1; Does anyone know how to do this in php?