Jump to content

Recommended Posts

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]
Link to comment
https://forums.phpfreaks.com/topic/33134-using-tags/
Share on other sites

What I do have a table of tags which stores all the possible tags.
IE:
1 | school
2 | work
3 | animals

Then you store which image has which tags
image1 | school
image1 | work
image2 | work
image3 | animals

etc.

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 :)
Link to comment
https://forums.phpfreaks.com/topic/33134-using-tags/#findComment-154364
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.