need help in small dvd project

Discussion in 'PHP' started by NothingLikeThis, Jan 29, 2012.

  1. #1
    i am working in a small php projects that will display dvd information to user upon query.But i am getting trouble in inserting data from dashboard .i want to add data from one page add.php to my database and must return to the same page after clicking submit button with some certain message that shows data added successfully or not
     
    NothingLikeThis, Jan 29, 2012 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,899
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #2
    My preference is that the form submits to a handler page and then does a redirect back to the original page with message codes etc as parameters or session variables. You use a header() command to do the redirect and it prevents the user from inserting twice if they hit f5
     
    sarahk, Jan 29, 2012 IP
  3. NothingLikeThis

    NothingLikeThis Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    well let me see if this works .if it doesnt i will post the issue here
     
    NothingLikeThis, Jan 31, 2012 IP