Jump to content

cindreta

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by cindreta

  1. come on guys, before this topic gets burried among the masses of topics lol, anybody thx?
  2. thats great, i had that idea but i didn't know what funcionts to use, thank you ill look into this, and if you get more info plz tell and anybody else can chip in plz thx man
  3. Hi guys, i need you help...ok so i've made a small news article cms and now i would like to add the option when posting a new article where a user can select from 3 choiches: 1. active news - it will be posted and showed on the list of news 2. expired news- it willl be posted, but user can select a date when the article will exprie and untill then it will show on the list of news 3. postponed news - a user picks a date when to make a news active and only from that day on that news will be shown on the list of news i know maybe its a lot, but i can't find the answers, i tryed googling and stuff but nothing solid, so if anybody has an idea, has experience with this, can help me. thx
  4. like i said i just need the code that will do the following: i have a input field named "tags", and when somebody enters multiple tags separated by a comma ","(example: tag1,tag2,tag3), and then submits that...the code will break thosse tags one by one (by that i mean that when the script sees a comma he threats that as one tag and inserts it into a database). Do you get what i mean? i just need something that will insert the array of those tags separated by a comma into a databes for tags and then later on i need it to search articles by tags, so that the entered tags come out separate.
  5. first im sorry for my bad english i'll try to explain as much as i can. So i have a system build on php/mysql and it adds articles to a database. And now i wanna ad tags for every article, and i wanna do that so that i can for instance say that every tag will be separated by "," or "space" (example: first tag,secon tag...etc). And i need to insert those tags into a databes for that article. Later i need to use thosse tags for auto suggest searching. SO how do i do that? Thank you
  6. Ye i figurded out how to get it out from the database but how to get it in. should i put a drop down or just a mark button and can someboy please put a php code for inserting it to the database thank you
  7. Hi,yes i got a question well how can i do this.. i got a upload form for images right and now i would like to add a choiche for user before the uload that they can chosse weater their picture will be private or public. So basicly they upload in the same directory but  one with private and one with public option. I really would need hel with this cos i cant figure it out all by myself. Then what i would like to do is to get all images from the public database and display them. Thank you...very much i know maybe i asked too much but i know u guys will figure it out. Im thinking somthing like this if make public is checked then the script stores that picture with value 1 in the database if not then 0... so please help me
×
×
  • 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.