Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Using database

Using database

Scheduled Pinned Locked Moved Database
questionphpdatabasedesign
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    idbee2k3
    wrote on last edited by
    #1

    How can I use database to get the list of those who give feed back to my WEB SITE? I have designed a small site using PHP to get NAMES and FEED BACK on how nice or poor my WEBSITE IS and it require that i need to use DATABASE SYSTEM in my WEB DESIGN.Did any one know how I can attach DATABASE Program to this small site .Thanks

    R S S 3 Replies Last reply
    0
    • I idbee2k3

      How can I use database to get the list of those who give feed back to my WEB SITE? I have designed a small site using PHP to get NAMES and FEED BACK on how nice or poor my WEBSITE IS and it require that i need to use DATABASE SYSTEM in my WEB DESIGN.Did any one know how I can attach DATABASE Program to this small site .Thanks

      R Offline
      R Offline
      R Giskard Reventlov
      wrote on last edited by
      #2

      Have you bothered to do any research for yourself? Have you tried anything?

      "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

      1 Reply Last reply
      0
      • I idbee2k3

        How can I use database to get the list of those who give feed back to my WEB SITE? I have designed a small site using PHP to get NAMES and FEED BACK on how nice or poor my WEBSITE IS and it require that i need to use DATABASE SYSTEM in my WEB DESIGN.Did any one know how I can attach DATABASE Program to this small site .Thanks

        S Offline
        S Offline
        Simon_Whale
        wrote on last edited by
        #3

        You need to make sure that you have a database installed in the same location as your website with a simple google I found this! PHP:MySQL Manual[^]

        Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch

        1 Reply Last reply
        0
        • I idbee2k3

          How can I use database to get the list of those who give feed back to my WEB SITE? I have designed a small site using PHP to get NAMES and FEED BACK on how nice or poor my WEBSITE IS and it require that i need to use DATABASE SYSTEM in my WEB DESIGN.Did any one know how I can attach DATABASE Program to this small site .Thanks

          S Offline
          S Offline
          Satheesh1546
          wrote on last edited by
          #4

          Hi, PHP-Mysql combination is like bread and butter. First you need to install Mysql. Or use some packages like Wamp server. Then , 1. create a database 2. create a table namely 'feedback', with three fields such as dtTime, name , comment. Create table feedback(dtTime datetime, name varchar(55), comment text); Then on website create a page for entering user feedback. Then on serverside for retrieving these comments, write query according to that..

          P 1 Reply Last reply
          0
          • S Satheesh1546

            Hi, PHP-Mysql combination is like bread and butter. First you need to install Mysql. Or use some packages like Wamp server. Then , 1. create a database 2. create a table namely 'feedback', with three fields such as dtTime, name , comment. Create table feedback(dtTime datetime, name varchar(55), comment text); Then on website create a page for entering user feedback. Then on serverside for retrieving these comments, write query according to that..

            P Offline
            P Offline
            Peter_in_2780
            wrote on last edited by
            #5

            Then you'd better introduce OP to Bobby Tables[^] .. or maybe even discover him yourself. Peter

            Software rusts. Simon Stephenson, ca 1994.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups