Results 1 to 4 of 4

Thread: PHP/MYSQL help...

  1. #1

    Thread Starter
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    PHP/MYSQL help...

    Okay you know how in PHPBB you can have "MULTIPLE" moderators/groups in in "EACH" forum...

    Well thats wut im trying to do for this lil scripts im creating... where i can assign 1- 10 ppl if i wanted to...


    this is for my lil CMS site script im creating. And well... i dont know how i would go about it...

    Any help would be nice... even if its the obvious solution to my problem....
    Without balance, there could only be chaos.
    Without chaos, there could be no balance.
    I live with karma. Eat with destiny. Dream of life without shackles....
    Yet. If life had no consequences, life could not exist, nor could it flourish.


    If at first you dont succeed.You're screwed.

    C++/Java NOOB.

    I aint a professional at PHP, but if i can help i will.

  2. #2

    Thread Starter
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    Re: PHP/MYSQL help...

    nor do i know how i would go about it... in the SQL/PHP coding wise....
    Without balance, there could only be chaos.
    Without chaos, there could be no balance.
    I live with karma. Eat with destiny. Dream of life without shackles....
    Yet. If life had no consequences, life could not exist, nor could it flourish.


    If at first you dont succeed.You're screwed.

    C++/Java NOOB.

    I aint a professional at PHP, but if i can help i will.

  3. #3
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Re: PHP/MYSQL help...

    Assign 1-10 people..?

    Moderators would imply a user login system, in which I would have to ask what you have planned for that?

    If your looking to be able to sort out Guests from Users and Mods, then I should have a system that will work for you, but I'm not going to write it all out in detail and then find thats not what your after. If your purely looking for a way to list the Moderators, then create a category/forums table and then add a field called moderators and in it just have 1,2,3,4 where the numbers are the ID's of users or names if you don't have a users table setup.
    Don't Rate my posts.

  4. #4

    Thread Starter
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    Re: PHP/MYSQL help...

    okay.... wut im wondering is ... CAN I HAVE A a field with lets say...

    Forums table
    id 16
    Moderators Guy1,Guy2 Guy3, group1...


    then lets say if one of the users goes to his profile...
    members
    id 33
    username = G0dzilla
    moderates= 1,7,10,19 (then when they view profile the names show up... (or should i have it input the names...not numbers?...if numbers im sure i can have it say the names)

    Groups= 1, 5

    here a link to wut im doing My testing site ...
    Last edited by PlaGuE; Aug 9th, 2005 at 12:55 AM.
    Without balance, there could only be chaos.
    Without chaos, there could be no balance.
    I live with karma. Eat with destiny. Dream of life without shackles....
    Yet. If life had no consequences, life could not exist, nor could it flourish.


    If at first you dont succeed.You're screwed.

    C++/Java NOOB.

    I aint a professional at PHP, but if i can help i will.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width