CodeIgniter Forums
Is there a shortcut for performing complex calculations efficiently? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Is there a shortcut for performing complex calculations efficiently? (/showthread.php?tid=87760)



Is there a shortcut for performing complex calculations efficiently? - WartanThamar - 05-29-2023

I need help with performing calculations involving the variable $sale_cost. I want to achieve a value for $sale_cost and also include it in another query. Is there a simplified and effective way to perform these calculations using a few queries? Any assistance would be greatly appreciated.