well, not going deep to the cause you could use
trim($business_item_index)
to get rid of first and last spaces if $business_item_index is a string
after all or you could try to convert string to int like this
intval($business_item_index) it should also remove your leading space