• funkytwig

    (@funkytwig)


    OK, so would be good to know how dificult this is and any pointers to good tutorials (have had a look but cant find any).

    I have a table, lets call it people. It has 3 fields, name, address, telephone.

    I want to be able to maintain Create, Update, Delete Rows. A basic data input form.

    Basicaly a basic table maintenence screen. Maybe I can use an existing module, customise one or create a new one. Pointers greatfuly ceceved.

    Regards,
    Ben

    PS ive done lots of programing in the past 15 years including php, ruby. perl, bash and setup/run servers so my general IT and programing skills are quite good.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Joy

    (@joyously)

    You don’t say whether this table is for editing in the admin or on the front end.
    There are plugins that do form input and writes to the database. There are also plugins that deal with HTML tables.
    One plugin specifically for people is Participants Database.

    Thread Starter funkytwig

    (@funkytwig)

    OK, thanks for that. people is actually just an example (not one we actually want). The tables are used by Admins. The public pages will probably be rendered with react or Veu.js. The data is fairly static. We could possibly use something phpMyAdmin to change data but WordPress may be useful to give us a bit more control.

    Trying to work out if we can use WordPress to faily quickly build a set of data maintenance forms.

    My initial idea was to use rails but we have more WordPress skills so thought it was worth exploring.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table insert/update/delete’ is closed to new replies.