<?php $item[0] = "apple=5"; $item[1] = "banana=7"; $item[2] = "orange=8"; extract( parse_ini_string( implode(PHP_EOL, $item) ) ); echo "$apple $banana $orange";
You have javascript disabled. You will not be able to edit any code.