如果我输入 P200,000 的金额,那么我的每月付款如下:
###############################
# Monthly Payments ## Remarks #
###############################
# 43,590 ## Pending #
# 43,590 ## Pending #
# 43,590 ## Pending #
# 43,590 ## Pending #
# 43,590 ## Pending #
###############################
我的每月付款在数组中。那么,我如何知道 P200,000 将涵盖多少每月付款并将备注更改为“ENCASHED”?
我想要这样的结果:
###############################
# Monthly Payments ## Remarks #
###############################
# 43,590 ## Encashed#
# 43,590 ## Encashed#
# 43,590 ## Encashed#
# 43,590 ## Encashed#
# 43,590 ## Pending #
###############################
我如何在 PHP 上编写代码?