PHP :: Increment A Variable Name In A While Loop?
How To Loop Variable Names? May 2, 2006 I have a PHP page which is picking up values of a form that were generated in an earlier page, like this: $sku1Descrip = $_POST['sku1descriptionfield']; $sku1Price = $_POST['sku1pricefield']; $sku1Status = $_POST .....