Creating a complicated search engine

Discussion in 'Databases' started by jeremysp, Sep 23, 2012.

  1. #1
    Hi, i would like to create a Search Engine/Script where it could display data from multiple tables stored in a mysql database just by entering the column name of the table. For example, displaying all the HeartRate integer data just by entering the column title which is HeartRate. Any ideas? Please Help Thanks.
     

    Attached Files:

    jeremysp, Sep 23, 2012 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    SELECT HeartRate FROM YourTableName;
     
    Rukbat, Oct 1, 2012 IP