WockoLad
SELECT * FROM `lads` WHERE `username` = 'WockoLad'
- Dec 24, 2014
- 233
- 23
Hello,
I've got a table, and a while loop to get the rows from the database and echo into the table.
However, I want a modal that will display the name of the person that you click edit by.
I've done $person = $getpeople2['name'];
And the name comes up with the first person in the table, regardless.
Any help would be greatly appreciated.
I've got a table, and a while loop to get the rows from the database and echo into the table.
However, I want a modal that will display the name of the person that you click edit by.
I've done $person = $getpeople2['name'];
And the name comes up with the first person in the table, regardless.
Any help would be greatly appreciated.