Pooptart Posted January 6, 2007 Share Posted January 6, 2007 Im not quite sure if this is the right section to post this in.. but oh well..I need to know how to use tags, like they use on video sites and such, but I need to use them for images insted.I am making a portfolio for myself.. where I can store all the work I do for my freelancing jobs and such. I have 5 categories; Flash, Photoshop, Websites, Video, and Other. I dont really know how to say what I want to do in an organized fashion, so I will list it.[list][*]Be able to use a link to go to a specific category: site.com/index.php?cat=images[*]Have an uplod form where I can upload each thing I do, and choose the tags for it, and what category it goes in[*]Have this written in PHP and stored in MySQL[*]Have it so when they click on a piece of work ive done, it goes to a page showing just that, and more detailed info[*]Have a search [see below][*]When the person searches, all of the works tht match the tags show up, with basic information next to them[/list] Quote Link to comment https://forums.phpfreaks.com/topic/33134-using-tags/ Share on other sites More sharing options...
Jessica Posted January 6, 2007 Share Posted January 6, 2007 What I do have a table of tags which stores all the possible tags.IE:1 | school2 | work3 | animalsThen you store which image has which tagsimage1 | schoolimage1 | workimage2 | workimage3 | animalsetc.You'll need to actually write some code on your own before we can really help. If you want someone to write it for you, post in freelancers.Or you could just use Wordpress as a CMS :) Quote Link to comment https://forums.phpfreaks.com/topic/33134-using-tags/#findComment-154364 Share on other sites More sharing options...
Pooptart Posted January 6, 2007 Author Share Posted January 6, 2007 That looks about right, but for multiple tags [for search and stuff] how would i put more than one tag in there? becauseimage1 | tagimage1 | tag2would exactly be corect, would it? Quote Link to comment https://forums.phpfreaks.com/topic/33134-using-tags/#findComment-154377 Share on other sites More sharing options...
Jessica Posted January 6, 2007 Share Posted January 6, 2007 That's what I wrote... Quote Link to comment https://forums.phpfreaks.com/topic/33134-using-tags/#findComment-154385 Share on other sites More sharing options...
Pooptart Posted January 6, 2007 Author Share Posted January 6, 2007 oh sorry, read it wrong ;D Quote Link to comment https://forums.phpfreaks.com/topic/33134-using-tags/#findComment-154421 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.