Create a Database Help

Discussion in 'PHP' started by Fewski, Jan 4, 2007.

  1. #1
    I would like to make a database... What I would like for it to do is list about 4 different things, per each thing I enter.

    For example, I would like it to show the following on the website:

    Name
    Email
    State
    Country


    I will enter the exact values for them. How would I be able to create a database like that, and also a backend where I only have to enter the information and hit submit?

    Is there already a script out there that I can use?

    THANKS! :)
     
    Fewski, Jan 4, 2007 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes, its called phpmyadmin.
     
    mad4, Jan 4, 2007 IP
  3. Fewski

    Fewski Well-Known Member

    Messages:
    912
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    105
    #3
    But whats the code for it to get showed up? Do I just make the table names and then use the code for it to show up on the website?
     
    Fewski, Jan 4, 2007 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You download it and then upload to your web host and use it to create the database and tables.
     
    mad4, Jan 4, 2007 IP
  5. scriptur

    scriptur Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    phpmyadmin is already pre-installed and available from most hosts and can be access from your control panel like cpanel etc. creating the database is just on step though. you need a bit of PHP and SQL knowledge to create the script that will add/edit the entries in this table. There are many basic tutorials that can get you started. After you have acquired the basic knowledge of PHP, you can post request for further help
     
    scriptur, Jan 7, 2007 IP