Jump to content

ronankeating

New Members
  • Posts

    6
  • Joined

  • Last visited

ronankeating's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi how can I save radio button value with its related person like this? table person_gender ID person_id Gender 1 1 male 2 2 female 3 3 gay 4 4 lesbian
  2. Hi @scootstah,Based on your post, I would like to ask how name="gender[<?php echo $row['id'] ?>] work? Thanks
  3. hi @ginerjm, I just only want on how to save looped radio button value to database. the database I have posted is only example or dummy. Please help me. Thank you so much.But on otherhand, I would link to thank you for recalling me on how to make a good database.
  4. Hi sir I want to save data like the image above. this is my table details. tbl_person id(PK,INT,11) name(varchar,50) tbl_person_gender id int(PK , int,11) person id(FK, int ,11) gender (varchar,255) You can refer to the image attached sir. Thank you
  5. Thank you so much for helping me. I have another question. How can I save it in another table containing this fields. ID, PersonId, Gender. like in the image above.
  6. Hi to all Php Mysqli experts, I need a help on how to save many data using one button only. (bulk saving).Attached is my code and my expected output(image). thank you index.php
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.