PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Celauran wrote:Not really sure what you're trying to do. You've already got an array of keys and values. What are you trying to accomplish?
i want to be able to use the figures that are outputted in the array separately. i want to turn each of the results into a variable that i can use in different equations for example
these are my results
Array ( [Option 1: Balance Before] => 19 [Option 2: Balance Before] => 34 [Option 3: Balance Before] => 15 [Option 4: Final Payment] => 9 )
Celauran wrote:Not really sure what you're trying to do. You've already got an array of keys and values. What are you trying to accomplish?
i want to be able to use the figures that are outputted in the array separately. i want to turn each of the results into a variable that i can use in different equations for example
these are my results
Array ( [Option 1: Balance Before] => 19 [Option 2: Balance Before] => 34 [Option 3: Balance Before] => 15 [Option 4: Final Payment] => 9 )