Hi,
I have a small code is listing mysql records in php+html screen. ex:
id, name, email, phone, status
1 test test@test.com 12345 1 -----> dropdown
2 test1 test1@test1.com 22222 3 -----> dropdown
I just want to change one record with a dropdown box at the same screen. ex: status option "1,2,3..."
for example let's say 1st record status is "1" and I want to change the value to "3" while I was querying all the records.
I hope explanation is clear,
Is there some sample script for my question
Thanks
I have a small code is listing mysql records in php+html screen. ex:
id, name, email, phone, status
1 test test@test.com 12345 1 -----> dropdown
2 test1 test1@test1.com 22222 3 -----> dropdown
I just want to change one record with a dropdown box at the same screen. ex: status option "1,2,3..."
for example let's say 1st record status is "1" and I want to change the value to "3" while I was querying all the records.
I hope explanation is clear,
Is there some sample script for my question
Thanks
Comment