Urgent Plz!!passing variable as variable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shara
    New Member
    • Dec 2006
    • 28

    Urgent Plz!!passing variable as variable

    Hello there,

    Can anybody please help me with this.I used one php page from where i've sent a variable to other php page thru a hidden field (HTML).In that page i'm able to retrieve the value before i submit a button.From that page i forwarded the same value to the same page after submitting the button.There i'm just able to use the value as a static content.if fc is the value i retrieved

    for ($i=0;$i<$fc;$i ++)
    {

    $var = "a$i";
    i have to retrieve a value from the database where a column value should be $$var.But there is no value for $$var.

    Please help me with this.Hope this is understandable.

    Thanks,
    Shara.
Working...