Hello everyone,
I'm just trying to get to know PHP-programming and I badly need some help. I know how to access the database, and how to insert new data, and so on.
But how the hell can I display the results in the following way?
There is a table TANSZEKI_DOLGOZOK with
AZON integer, primary key
NEV char(50), not null
EMAIL char(50)
I want to display the result of the query SELECT * FROM TANSZEKI_DOLGOZOK, with a checkbox at the beginning of each line. Ant there should be a DELETE button as well on the page, so the user can check all the people from the table whom he/she wants to remove.
So how to display a checkbox at the beginning of each line which stores the value of AZON for that particular record.
If someone could provide the code or any help for me, I'd be the happiest person in the world. Thanks for your patience in advance!
Best regards,
Akos David, Hungary
I'm just trying to get to know PHP-programming and I badly need some help. I know how to access the database, and how to insert new data, and so on.
But how the hell can I display the results in the following way?
There is a table TANSZEKI_DOLGOZOK with
AZON integer, primary key
NEV char(50), not null
EMAIL char(50)
I want to display the result of the query SELECT * FROM TANSZEKI_DOLGOZOK, with a checkbox at the beginning of each line. Ant there should be a DELETE button as well on the page, so the user can check all the people from the table whom he/she wants to remove.
So how to display a checkbox at the beginning of each line which stores the value of AZON for that particular record.
If someone could provide the code or any help for me, I'd be the happiest person in the world. Thanks for your patience in advance!
Best regards,
Akos David, Hungary