• Hello

    i want to make a table with database for (football) tips i know how to do it only with sql but i need and a friendly enviroment for the aurthors to edit the table in my site .

    i want also to display all data from table in the main page , but in an other page i want to display Bets Win Lose Void something like that

    SELECT count(id) AS Tips,count(WinLoss) As win
    FROM table
    WHERE WinLoss="yes";

    here is a photo to explain:IMG

  • The topic ‘Database Table with sql’ is closed to new replies.