Plugin to pull database info

Discussion in 'WordPress' started by sixrfan, Dec 19, 2011.

  1. #1
    I'm using cforms II plugin to collect user information on my site. The data gets populated to the database.

    I want to show the user submissions in a WordPress page or post.

    Are there any plugins out there that can take database info collected this way and spit it out in a post or page? If not, whats the best course of action to accomplish this?

    Please advise. Thanks in advance!
     
    sixrfan, Dec 19, 2011 IP
  2. daljit

    daljit Well-Known Member

    Messages:
    312
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #2
    Hi,


    I will make the changes in in existing plugin as you suggested in above post.

    Please PM.

    Best Regards
    DJ
     
    daljit, Dec 20, 2011 IP
  3. sixrfan

    sixrfan Well-Known Member

    Messages:
    354
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    you mean you're the author of that plugin? or you mean you're offering to make a custom change to my site specifically? is there a cost? please elaborate. thanks.
     
    sixrfan, Dec 20, 2011 IP
  4. teamversion

    teamversion Peon

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    probably will be changing wp-dbmanager plugin. you can do sql statements except for the select query
     
    teamversion, Dec 20, 2011 IP
    sixrfan likes this.
  5. sixrfan

    sixrfan Well-Known Member

    Messages:
    354
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #5
    thanks. i'll give that a shot!
     
    sixrfan, Dec 21, 2011 IP
  6. sixrfan

    sixrfan Well-Known Member

    Messages:
    354
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #6
    teamversion, please advise how that plugin can be used for what i need to do. i'm confused. can i get the results to appear in a page/post thanks to that plugin?
     
    sixrfan, Dec 23, 2011 IP
  7. teamversion

    teamversion Peon

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Because it cannot execute SELECT sql statements, you'll have to revise the plugin a bit so that it can run SELECT queries.

    Once you have done this then you can update a post using the UPDATE sql statement.

    It's probably not the best solution if you're not into programming but then you can outsource this work to someone else.
     
    teamversion, Dec 26, 2011 IP