PHP?MySQL+Dreamweaver

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodeoval
    New Member
    • May 2007
    • 15

    PHP?MySQL+Dreamweaver

    Well,
    I am doing a web application using PHP/MySQL and Dreamweaver.I ve created a database and some tables in it.But when I pass data to a table through a form(using POST method), the actual data does not go to the table.Say I entered the data 5 times.Then it indicates that 5 rows are there,but it does not show the actual data that I entered....Ny guesses y it happens..Someho w I feel like the problem is in the connection of database(I m not sure though)..I will be really glad if someone can help me.
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    are u connecting to the database and what does your insert statement look like?

    Comment

    • nomad
      Recognized Expert Contributor
      • Mar 2007
      • 664

      #3
      Originally posted by rodeoval
      Well,
      I am doing a web application using PHP/MySQL and Dreamweaver.I ve created a database and some tables in it.But when I pass data to a table through a form(using POST method), the actual data does not go to the table.Say I entered the data 5 times.Then it indicates that 5 rows are there,but it does not show the actual data that I entered....Ny guesses y it happens..Someho w I feel like the problem is in the connection of database(I m not sure though)..I will be really glad if someone can help me.
      yes tell us how you are connected to the db and show use the code for the insert statement.

      nomad

      Comment

      Working...