how do you make a add, edit and delete forms

Discussion in 'PHP' started by ronny22, Sep 3, 2009.

  1. ronny22

    ronny22 New Member

    Joined:
    May 26, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    hi everyone

    please is the anyone who can show me how to make a add, edit and a delete forms

    my database is called gamelist
    on my database i have products table
    which has
    id` int(11) NOT NULL AUTO_INCREMENT,
    `title` varchar(100) NOT NULL,
    `body` text NOT NULL,
    `price` decimal(8,0) NOT NULL,
    `image` varchar(50) NOT NULL,
    `stock` int(11) NOT NULL,
    PRIMARY KEY (`id`)

    what i wished to do is be able to
    add to this table
    edit to this table
    and also be able to delete form this table
    but but forms

    so if i had form that allows me to input in to table it be great
    i have an idea how the add can be made but no idea how
    i can make an edit form
    because for the edit form i would like to see the title the body (which is a description of the item on my website) the price the image and the stock

    so then i can edit and update it

    and i have no idea how i can make an delete
    i mean i have some kind of idea where i can show all product titles on screen and have a delete button next to it so i can delete it

    IF the is someone who can show me how to make this please help :embarasse
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice