I am not even sure if I am using the right format to ask this question but here goes..
I need
a.$b to become one variable.. let's say
$ab and then assume a value
or to put another way
[PHP]${"amount_". $counter} = $someValue;[/PHP]
I hope I am clear, because I can't seem to find a sulution. Any help will be greatly appreciated..
I need
a.$b to become one variable.. let's say
$ab and then assume a value
or to put another way
[PHP]${"amount_". $counter} = $someValue;[/PHP]
I hope I am clear, because I can't seem to find a sulution. Any help will be greatly appreciated..
Comment