I'm trying to use PHP to get values from an html form. For eg, the form has input variables Image1, Image2 etc.... In the PHP, I\'m trying to capture the values of these variables. I\'m using a basic \"for loop\" and trying to append \"Image\" and \"1\", to get Image1 and then $Image1 is the value i\'m looking for.
I\'ve tried quite a few tips with string concatenations, but I can\'t get the destired result. Any ideas would be appreciated.
Thanks