[Solved] Do i need to use PHP in making this kind of Tax Calculator? [closed]


It’s certainly not required. It’s not a very large table, and doesn’t change frequently, so I see no reason to build anything that heavy-weight. You could probably just store it in a PHP array, or a flat file like JSON or XML.

5

solved Do i need to use PHP in making this kind of Tax Calculator? [closed]