Jump to content

FishB8

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

FishB8's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=382553:date=Jun 11 2006, 12:09 PM:name=redarrow)--][div class=\'quotetop\']QUOTE(redarrow @ Jun 11 2006, 12:09 PM) [snapback]382553[/snapback][/div][div class=\'quotemain\'][!--quotec--] when the user wants a certon task you need to let the database know so you do an update on that users row in a field and then you would select all the users that wanted that task. [/quote] That's half of it, yes. But users can also create tasks and asign one or more names to it. And when a user logs in a views their task list, it should get all the tasks where the cell 'tasked_persons' contains their name. That's the part that I'm NOT sure how to do. I could create a table to exists solely to link a persons name with a task_id, or I could perform a fulltext search of the tasklist table to find a name contained in the cell: 'tasked_persons' Does anyone have another suggestion? If not, which way is more realistic/functional for this application?
  2. The Problem: I'm creating a basic "Task/To Do List" app, and I need to find a way to make the tasks apply to multiple people. I would have no trouble at all if the tasks (a mysql row) were only intended for one person: [code]select * from tasklist where tasked='$name'[/code] So, I know there are several ways of connecting multiple names to one task, but I'd really like to see if anyone has a better ideas. Thanks!
  3. Hey All, So I've got a small community website that I built. Each member has a blog, pretty standard. However, a lot of my members have blogs at blogger that they update more frequently. To encourage more posting on the community site I've decided to add a feature that will allow them to post to my site and blogger from the same page. I've been studying the code for some of the blogger widgets available for Mac OS X, but the application differs greatly from a hosted webpage. Has any of you done this before? Is there somewhere that has information of how I should go about this? Thanks, Aaron
  4. topic moved: [a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=87626\" target=\"_blank\"]http://www.phpfreaks.com/forums/index.php?showtopic=87626[/a]
×
×
  • 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.