查看: 1221|回复: 4
|
mysql problem (Slove edi)
[复制链接]
|
|
can mysql store hyperlink address like microsoft access????????
if can wat the data type for hyperlink?
[ 本帖最后由 html 于 14-8-2006 06:08 PM 编辑 ] |
|
|
|
|
|
|
|
发表于 13-8-2006 12:17 AM
|
显示全部楼层
|
|
|
|
|
|
|

楼主 |
发表于 13-8-2006 01:04 AM
|
显示全部楼层
原帖由 goatstudio 于 13-8-2006 12:17 AM 发表
当然可以...
普通的 varchar 就行.
This mean
create table table_name(char(20) title,varchar(20) link);
insert into table_name values('book1','http://localhost/book1.html');
when i using php display this record when i click on http:......... so this will link to the book1.htm web page rite????? |
|
|
|
|
|
|
|
发表于 13-8-2006 01:08 AM
|
显示全部楼层
原帖由 html 于 13-8-2006 01:04 AM 发表
This mean
create table table_name(char(20) title,varchar(20) link);
insert into table_name values('book1','http://localhost/book1.html');
when i using php display this record when ...
当然不是... 任何一种 scripting/programming 都办不到...
你需要自己写的... |
|
|
|
|
|
|
|

楼主 |
发表于 13-8-2006 01:21 AM
|
显示全部楼层
原帖由 goatstudio 于 13-8-2006 01:08 AM 发表
当然不是... 任何一种 scripting/programming 都办不到...
你需要自己写的...
自己写?? how woh??
for example: i search a title (let said Lion King) and it return 3 records
title isbn price
Lion King I XXXX XX
Lion King II XXXX XX
Lion King III XXXX XX
now the problem is when i click lion king I, it will display the detail info about lion king I (lion king.hml) ,so how i can fix the problem??? |
|
|
|
|
|
|
| |
本周最热论坛帖子
|