Populate HTML Form from DB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • leorou@gmail.com

    Populate HTML Form from DB

    Hello. I would like to know the basics of populating a html form from
    fields in a db. I have data in a db that i would like to modify
    through a html form. How can i load the db data into the html form and
    then take the changes? Thanks in advance, best group ever!

  • Tyno Gendo

    #2
    Re: Populate HTML Form from DB

    leorou@gmail.co m wrote:
    Hello. I would like to know the basics of populating a html form from
    fields in a db. I have data in a db that i would like to modify
    through a html form. How can i load the db data into the html form and
    then take the changes? Thanks in advance, best group ever!
    >
    There are tons of tutorials out on the web showing how to do this,
    an example of such.

    Try www.w3schools.com for some good training basics, they have PHP and
    many other languages.

    And if you want something specific try a Google search, a very quick
    search revealed this page which shows select/insert to/from db and forms:
    Savvas Learning Company creates award-winning education curriculum, assessments, and K-12 learning solutions to improve student outcomes.


    It's an older article, so may be PHP 4 based, but fine for what you want.

    Hope this helps.

    Comment

    • Leo

      #3
      Re: Populate HTML Form from DB

      On 4 abr, 09:35, Tyno Gendo <u...@example.c omwrote:
      leo...@gmail.co m wrote:
      Hello. I would like to know the basics of populating a html form from
      fields in a db. I have data in a db that i would like to modify
      through a html form. How can i load the db data into the html form and
      then take the changes? Thanks in advance, best group ever!
      >
      There are tons of tutorials out on the web showing how to do this,
      an example of such.
      >
      Trywww.w3school s.comfor some good training basics, they have PHP and
      many other languages.
      >
      And if you want something specific try a Google search, a very quick
      search revealed this page which shows select/insert to/from db and forms:http://www.phptr.com/articles/articl...&seqNum=1&rl=1
      >
      It's an older article, so may be PHP 4 based, but fine for what you want.
      >
      Hope this helps.
      Thanks a lot. I'll give it a try.

      Comment

      Working...