leegold2
Technical User
- Oct 10, 2004
- 116
Need recommendation to do the following: Let's say I have a web page display via php/mysql with abbreviated query search results. It's in tabular format for the user ie. one record ='s table row and each field in a rec/row is a "td" - pretty standard presentation...What I want to do is in each row/rec. I want to have a link or a button that opens a detailed/unabbreviated result for a particular item when the user clicks...it'll show in the same window. So I'd like to GET or POST to the exsiting window again, but it seems to me I need two items "Getted" or Posted: I need the primary or unique key for that record, and I need what I think should be a hidden field "telling the PHP" that I'm asking for the detailed view of one record ( and I'll test w/appropiate if-elseif...from that point).
If anyone follows me up till now and has a snippet or best way I'd appreciate it. Thanks, Lee G.
If anyone follows me up till now and has a snippet or best way I'd appreciate it. Thanks, Lee G.