Connecting Tech Pros Worldwide Forums | Help | Site Map

Please help me with this

Newbie
 
Join Date: Dec 2006
Posts: 28
#1: Feb 26 '07
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.
Moreover,if i dont use any button submission and if there is no such thing like before and after submission but the variable is just used in the second page,there is being some value for $$var.

Please help me with this.Hope this is understandable.

Thanks,
Shara.

--------------------------------------------------------------------------------

Lives Here
 
Join Date: Oct 2006
Posts: 1,626
#2: Feb 26 '07

re: Please help me with this


You should post this in the php forum
Reply