|
Posted by J.O. Aho on 08/17/06 17:48
Cool Shaker wrote:
> "> The value is from the previous time the page is shown, so if you go to
> the
>> page for the first time and pick one option and press on the Go button,
>> you will get the toptitlx as an empty data, as when the page is loaded for
>> the first time, the variable $myrow is empty. This leads the whole time
>> that you will get the previous times selection.
> Thanks for the reply
> How would I fix this so that the $toptitlx variable hold the current record
> rather than the first time around value?
Quite simple, use the value that is sent in the form
$toptitlx=$_POST['selectedmemory'];
No need of hidden input-tags.
//Aho
Navigation:
[Reply to this message]
|