从显示的表中获取ID [英] Getting ID from a presented table

查看:62
本文介绍了从显示的表中获取ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用MySQl表格获取大量信息。我想在一个页面的表格中显示一些

主要字段。当然,每条记录都有一个唯一的

ID。假定的表将有一个字段作为链接字段。我想要

能够点击此链接,检索该记录的ID信息,然后

然后在下一页显示该记录的详细数据。

我如何检索ID?

任何提示都非常感谢。

谢谢

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

推荐答案

Lennart Anderson写道:
Lennart Anderson wrote:

我有一个MySQl表,有很多信息。我想在一个页面的表格中显示一些

主要字段。当然,每条记录都有一个唯一的

ID。假定的表将有一个字段作为链接字段。我想要

能够点击此链接,检索该记录的ID信息,然后

然后在下一页显示该记录的详细数据。

如何查询身份证?

任何提示都非常感谢。

谢谢

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



将ID放入链接本身。


-

=============== ===

删除x来自我的电子邮件地址

Jerry Stuckle

JDS计算机培训公司
js ******* @ attglobal.net

==================

Put the id in the link itself.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================




" Jerry Stuckle" < js ******* @ attglobal.netskrev i meddelandet

新闻:xt *********************** *******@comcast.com。 ..

"Jerry Stuckle" <js*******@attglobal.netskrev i meddelandet
news:xt******************************@comcast.com. ..

Lennart Anderson写道:
Lennart Anderson wrote:

>我正在使用MySQl表格很多信息。我想在一个页面上的表格中显示一些
主要字段。当然,每条记录都有一个
唯一ID。假定的表将有一个字段作为链接字段。我希望能够点击此链接,检索该
记录的ID信息,然后在下一页上显示该记录的详细数据。
如何检索ID?<任何提示都非常感谢。
谢谢
>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



将ID放入链接本身。


-

==================

删除x来自我的电子邮件地址

Jerry Stuckle

JDS计算机培训公司
js ******* @ attglobal.net

==================


Put the id in the link itself.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================



我想我明白了,但我不知道怎么做。你能给我一个

aidea,我猜这个链接是什么样的嵌入式ID会是什么样子?

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?




Lennart Anderson < le ************** @ tele2.seskrev i meddelandet

新闻:n%*************** @ nntpserver.swip.net ...

"Lennart Anderson" <le**************@tele2.seskrev i meddelandet
news:n%***************@nntpserver.swip.net...

>

" Jerry Stuckle" < js ******* @ attglobal.netskrev i meddelandet

新闻:xt *********************** *******@comcast.com。 ..
>
"Jerry Stuckle" <js*******@attglobal.netskrev i meddelandet
news:xt******************************@comcast.com. ..

> Lennart Anderson写道:
>Lennart Anderson wrote:

>>我有一个MySQl表有很多信息。我想在一个页面上的表格中显示一些主要字段。当然,每条记录都有一个唯一的ID。假定的表将有一个字段作为链接字段。我希望能够点击此链接,检索该
记录的ID信息,然后在下一页上显示该记录的详细数据。
如何检索ID?<非常感谢任何提示。
谢谢
>>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


将id放入链接本身。

-
= =================
删除x来自我的电子邮件地址
Jerry Stuckle
JDS计算机培训公司
js ***** **@attglobal.net
==================


Put the id in the link itself.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================



我认为我明白了,但我不知道怎么做。你能告诉我

aidea是什么链接,我猜,嵌入式ID会是什么样子?


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?



此外,如果我点击显示记录上的链接,我只能从最后显示的记录的链接获得

信息。如何从以前显示的任何记录中获取ID的信息?

Furthermore, if I click a link on a displayed record I can only get
information from the link of the last displayed record. How to get
information of the ID from any of the earlier displayed records?


这篇关于从显示的表中获取ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆