Solved MySQL - Getting a list

Discussion in 'Plugin Development' started by TopTobster5, Mar 20, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    TopTobster5

    Hi. I have set up a database, and I want to send the user a list of warnings which are all under a column in a database. How would I go about getting each line?
     
  2. Offline

    Rocoty

    You write a select statement that selects all of those rows. Then you can iterate over the resultset you get and add each string to a list
     
    TopTobster5 likes this.
  3. Offline

    TopTobster5

Thread Status:
Not open for further replies.

Share This Page