Posted by Jerry Stuckle on 03/18/07 21:20
Lennart Anderson wrote:
> "Jerry Stuckle" <jstucklex@attglobal.net> skrev i meddelandet
> news:xtCdnUF-VpfLF2DYnZ2dnUVZ_rbinZ2d@comcast.com...
>> Lennart Anderson wrote:
>>> I'm having a MySQl table wih a lot of information. I want to present some
>>> main fields in a table on one page. Each record do, of course, have a
>>> unique ID. The presnted table will have one field as a linked field. I
>>> want to be able to click this link, retreive the ID information for that
>>> record and then present detailed data for that record on the next page.
>>> How do I retreive the ID?
>>> Any hints are very much appreciated.
>>> Thanks
>> Put the id in the link itself.
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstucklex@attglobal.net
>> ==================
>
> I think I get the idea but I don't know how to doo that. Can you give me an
> aidea of how such a link with, I guess, embedded ID would look like?
>
>
Do you know how to do it in html? Same idea - just generated with a PHP
echo statement instead.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|