> I have come to a situation where  i am having a variable inside another
variable.
> for example.
>
> $rm_$cat_adt

PHP would read this as trying to prepend the variable $cat_adt to the
variable $rm_

You seem to be trying to insert the variable $cat into the middle of a
variable.. possible, but probably better to slightly rethink your naming
strategy

HTH,
Tom

>
> The above is a variable and $cat is again another variable
> This does not work..
>
> Need some help!
>
>
> Thanks,
> Hasan
>

Reply via email to