Worked the past 28 years doing financial applications, using mostly Business Basic (Basis International BBx) Do some C# and Visual Basic on the side and have recently began using PHP, as the company that I currently work for has several clients wishing web apps.
A little help Please
I am a relative new comer to PHP, so don't be too hard on me
all parts of the code below works with the execption of updating the $qty['cases'] value in the "if(isset($_POST['save'])) " portion. the $qty['each'] value is updated correctly, but it also sets the value of $qty['cases'] to be the same as $qty['each'].
in show_values.php the value returned in "$_POST[$qty['cases']] " is always equal to the value returned in "$_POST[$qty['each']]."
What am I doing wrong? Any help, suggestions, comments, opinions will be appreciated!