Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Web Design, Coding & Programming Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 08-09-2007, 01:32 AM   #1 (permalink)
Junior Googler
 
stream's Avatar
 
Join Date: Jun 2007
Location: Java
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
stream is on a distinguished road
hyperlink on mysql

is there any way that mysql store data type of hyperlink? (just like msAccess2003 having this facility).

if not possible, how to display mysql result in hyperlink look? (using php on web), so it is clickable to url/ftp address.

please kindly help, n thank you again
stream is offline   Reply With Quote
 
Sponsored Links
Old 08-09-2007, 05:22 AM   #2 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Hi stream,
MySQL has pre-defined data types and for better performance, usually specify data length, like:

CREATE TABLE LINKS(
lid int(5) NOT NULL default '0',
url varchar(255),
PRIMARY KEY (`lid`)
);

See, varchar(255), that is where you store the link name and "lid" is the link id. Where (255) - is the maximum allowed characters in this field.

To display a result from mysql as a link, you could use php and wrap the result in the way as:

echo "< ahref='".$url_from_database_here."'>some link name</a>";

Hope this helps a little

Regards,
alex-party is offline   Reply With Quote
Old 08-12-2007, 08:07 PM   #3 (permalink)
Junior Googler
 
stream's Avatar
 
Join Date: Jun 2007
Location: Java
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
stream is on a distinguished road
hi again alex, big thanks!

your reply is helpful verymuch. so how's midi creation going? hope u njoying
don't know if u r mucisian too. g'luck n see ya around!
stream is offline   Reply With Quote
Old 08-13-2007, 06:30 AM   #4 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Hi stream, you're always welcome
I been away for couple weeks working in Dublin, dropped my music for a while, but I'll pick it up again when get a free minute.
I did not know you play too What instruments do you play?

Warm regards,
alex-party is offline   Reply With Quote
Old 09-05-2007, 06:45 AM   #5 (permalink)
Junior Googler
 
stream's Avatar
 
Join Date: Jun 2007
Location: Java
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
stream is on a distinguished road
hi alex, sorry for late reply. i've been away for my boaring office work.. I used to play guitar when in high school, but since then, I didn't touch guitar 4 long time. now with my little project on music tab, I hope I could spend more times on guitar play. so how's work in dublin going? g'luck....!
stream is offline   Reply With Quote
Old 09-06-2007, 08:17 AM   #6 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Hi stream,
Oh those school times, have lots of good memories

I have a guitar too and axiom-49 midi controller, but I prefer keyboard, because my fingers can't get used to guitar strings.

Thank you, my project was ok, I had just landed in another country - Lithuania, this is my home, I'm on holidays, took 1 month off.
Why do you say that your work is boring? What do you do, if that's not a secret?
alex-party is offline   Reply With Quote
Old 09-06-2007, 04:45 PM   #7 (permalink)
Junior Googler
 
stream's Avatar
 
Join Date: Jun 2007
Location: Java
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
stream is on a distinguished road
hi again, n... home sweet home for u.
im kind of person who enjoys atmosphere of east european culture, u know. i got used to it during my 1 year work in Uzbekistan (former USSR) in 2005. there i learnt a bit russian languange, russian cold soup, russian genuine vodka, n had a ride with Volda (if not mistaken) - that is like russian mercy car anyway, people there is also good. perhaps someday i can go to visit the legendary Dracula home in transvelnia, is it closed to lithuania? i like vlad dracula since kid, he's horror but not scary though

since 2006, i backed to bali for work in finance area. u know it's kind of counting money without even holding it in my hand, have to make them balanced in such a way every end of month. i like it, but sometime get boared.

btw, if u have time, would u review my site. i sent such thread yesterday in web review forum. thank u and happy holiday....
stream is offline   Reply With Quote
Old 09-16-2007, 12:59 AM   #8 (permalink)
Noogle
 
Join Date: Sep 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
basdotnet is on a distinguished road
Hi stream,alex
basdotnet is offline   Reply With Quote
Old 09-26-2007, 09:25 AM   #9 (permalink)
Noogle
 
Join Date: Sep 2007
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
dongarcia is on a distinguished road
Quote:
Originally Posted by stream View Post
hi again, n... home sweet home for u.
im kind of person who enjoys atmosphere of east european culture, u know. i got used to it during my 1 year work in Uzbekistan (former USSR) in 2005. there i learnt a bit russian languange, russian cold soup, russian genuine vodka, n had a ride with Volda (if not mistaken) - that is like russian mercy car anyway, people there is also good. perhaps someday i can go to visit the legendary Dracula home in transvelnia, is it closed to lithuania? i like vlad dracula since kid, he's horror but not scary though

since 2006, i backed to bali for work in finance area. u know it's kind of counting money without even holding it in my hand, have to make them balanced in such a way every end of month. i like it, but sometime get boared.

btw, if u have time, would u review my site. i sent such thread yesterday in web review forum. thank u and happy holiday....
What is a VOLDA? We have the same in common...I like VLAD Dracula too...

PLaying Video Games check this out for new Video Games to be Release:
dongarcia is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Php Mysql apg1985 Web Design, Coding & Programming Forum 1 07-31-2007 05:43 AM
I need a PHP with mysql site jetbrains Web Hosting Forum 9 09-27-2006 07:51 AM
Anyone know phpBB and MySQL? intelliot Books and Google Book Search 3 02-23-2006 07:21 AM
MySQL hosting Orpheus Web Hosting Forum 3 11-15-2005 05:00 AM


All times are GMT -8. The time now is 12:08 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community