Forum Moderators: coopster
$price = "price_" . $i;
This doesnt work, so how would I dynamically create the right variable and be able to display it. I hope I explained it right, arrays arent an option, Im just looking for a solution to this current setup.
if your php version is > 4.1.0 you should use $_POST instead of $_HTTP_POST_VARS, this page may help in the future
PHP Predefined Variables [ca.php.net]