i can`t update data

Discussion in 'Programming' started by unique_girl, Aug 18, 2010.

  1. #1
    i have made guestbook program.. but the problem is i can`t update my data.. i have 4 files

    1. admingb.php = is used to view edit and delete
    2. admingb-edit.php = is used to edit my data
    3. admingb-del.php = is used to delete data
    4. admingb-editp.php = is used to update data

    script admingb-editp.php

    script admingb.edit.php

    i need ur help

    and.. when i update data in the url

    " http://localhost/latihan/admingb-editp.php?id=$id "
     
    unique_girl, Aug 18, 2010 IP
  2. vinoth.t

    vinoth.t Peon

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Make sure $id = $_GET['gbId']; or $id = $_GET['id']; . You can also verify by do echo the query statement and try to execute it manually...
     
    vinoth.t, Aug 19, 2010 IP