Hi everyone, just wanted to know what type should i use in mysql database to store the urls (for linking purposes) of videos(from youtube,vimeo) and slides (from slideshare)...i just want to store the urls not the whole video..for tht i wud use directory/ file functions.. please help... helpful comments will be appreciated :)
Riu 2009 0 Junior Poster
Recommended Answers
Jump to PostA VARCHAR[255] field should allow sufficient space for the URLs.
Jump to Post@smantscheff -
I did wonder whether to suggest a longer length, but the likelihood of a URL being that long is very unlikely in my opinion.@Rui_2009 -
My only other suggestion would be to not include the host name in the URL for files hosted on your server. This …
All 5 Replies
blocblue 238 Posting Pro in Training Featured Poster
Riu 2009 0 Junior Poster
smantscheff 265 Veteran Poster
blocblue 238 Posting Pro in Training Featured Poster
Riu 2009 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.