$getProduct = parse_ini_file('product/products.ini'); $config = parse_ini_file('product/'. $getProduct[$productID]. '.ini');
figured it out. It did not like the variable = ... that I gave it. Did not know ini and php hate () inside an ini file