![]() |
Admin 12/30/2022 |
If you Google Class 'NumberFormatter' not found error message the following page will be a first result. https://stackoverflow.com/questions/30554177/fatal-error-class-numberformatter-not-found You are missing PHP extension in php.ini most likely. |
![]() |
konenamogo author 1/2/2023 |
Hello, global $conn; $MontantEnLettre = $values['NetApayerProforma']; $sql = "SELECT sum(TotalhHtProf) Total FROM mouvements WHERE CdeClient_IdCdeClient = ".$oldvalues['IdCdeClient']; // DEBUT - NKO AU 30-12-2022 CONVERSION DU MONTANT TTC EN LETTRE the Class 'NumberFormatter' work now. thank you very much and Goog new year 2023 |
![]() |
fhumanes 1/2/2023 |
Hello, If you want to transform a number into word, you can see my examples in this URL https://fhumanes.com/blog/guias-desarrollo/guia-20-phprunner-transformar-cifras-a-palabras/ Regards, |
![]() |
konenamogo author 1/3/2023 |
Hello fhumanes thank you very much for your examples. Happy New Year 2023 and thank you for everything. gretings, |