Pachino Posted December 20, 2012 Report Share Posted December 20, 2012 Hi guys, Just practicing here making a mock database for my DVD collection. Im brand new to this. I have made a few fields for DVD title and date etc etc. But I want to add a field that would allow me to link to the official film website. From the options in myPHPadmin, what field type would I select? Quote Link to comment Share on other sites More sharing options...
falkencreative Posted December 20, 2012 Report Share Posted December 20, 2012 Since there isn't a type specifically for URLs, you would just select a text or varchar type with enough characters for your url. Quote Link to comment Share on other sites More sharing options...
spiralmind Posted December 21, 2012 Report Share Posted December 21, 2012 Check out mysql's information on datatypes to get a grasp of the knowledge. This is required learning if you plan on seriously using MySQL. http://dev.mysql.com/doc/refman/5.0/en/data-types.html Quote Link to comment Share on other sites More sharing options...
Pachino Posted December 21, 2012 Author Report Share Posted December 21, 2012 Thank you Ben and Spiral mind. Appreciated. See Ben, That Varchar solves everything again haha Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.