Re: [PHP] Re: How to $_POST from a grid

2004-11-24 Thread Jason Wong
On Thursday 25 November 2004 04:29, Stuart Felenstein wrote: > Yes , that is exactly what I'm doing but it's > returning only the last record. > > So here below is an example of the grid results. > with $_GET I click on one of the returns under > primaryID, if I choose 1stRecord, 1stRecord comes u

Re: [PHP] Re: How to $_POST from a grid

2004-11-24 Thread Stuart Felenstein
--- Daniel Schierbeck <[EMAIL PROTECTED]> wrote: > I'd go with a POST form and a JavaScript > > > > onclick="document.grid['hidden'].value='123'" > value="foobar" /> > > Yes , that is exactly what I'm doing but it's returning only the last record. So here below is an example of