Application Systems

Discussion in 'PHP' started by ct2k7, Jun 4, 2008.

  1. #1
    How would one, in an application system, make it so that when the application has been reviewed by a user and the application accepted or denied, the time + datestamp be applied to the application, or even have a table of application IDs which would achieve this?

    Thanks
    ct
     
    ct2k7, Jun 4, 2008 IP
  2. Lucas3677

    Lucas3677 Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm having a hard time understanding what you want to do. Can you try to explain it again?
     
    Lucas3677, Jun 4, 2008 IP
  3. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #3
    I think you are in the wrong forum my friend :p
     
    crath, Jun 4, 2008 IP
  4. ct2k7

    ct2k7 Peon

    Messages:
    457
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I apologise for the lack of clarity in my aforementioned post.

    Here we go again :)


    I am building/coding an application system. Currently, a user applies and this information is stored via a database.

    On a control panel available to staff only, a member of staff reviews it and approves/dissaproves it. I would like it so that the applications are stored, but also, other members of staff can check the application, seeing who approved/dissaproveed it and when it was approved/dissaproved.

    I hope that clears up any misunderstanding.

    Thanks.
     
    ct2k7, Jun 5, 2008 IP
  5. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #5
    Think you would just create a log table which would store the information (reviewer, status, date approved, etc). And have it accessible by admin or privileged users.Keyed by the application ID given to the application under review.
     
    shallowink, Jun 5, 2008 IP
  6. ct2k7

    ct2k7 Peon

    Messages:
    457
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi, how do I implement this in terms of PHP coding and MySQL:

    Create an extra column in the SQL table, and what for php: (I get stuck here)
     
    ct2k7, Jun 5, 2008 IP