Hi All

 

I have a dynamic drop down list that work perfectly.

But what I would like to do is when a user selects where to got

That the selection is shown on the next page as the selected item.

And if they change this selection that it is then shown as the selected
item.

 

Any pointers of ideas are appreciated as always.

 

At the moment I am trying this:

 

If(isset($selection)){

$selected ="<option selected=\"selected\"
value=\"$selection\">$selection</option>";

}

else

{

whatever.

}

 

then echoing result on page.

 

The variables shown are not the ones being used, just shown for
displaying the way I am trying at the moment.

 

Keep happy

 

 

Dave Carrera

Php Developer

http://davecarrera.freelancers.net

http://www.davecarrera.com

 

 

Reply via email to