|
hi, this is the beginning of my php lesson and i might need some guide here
I have created a simple MySQL database, with fields;
$idnum
$name
$address
$date
I'd like to be able to show idnum, name, and address, and date (along with a radio button in front of each record) for all record in the database into a table.
The user will select a radio button for appropriate peom, then simply hit a
'delete' button, which of course will delete it from the database.
currently i am having a hard time with what I need to DO them.
Anyone who can help?
So, can anyone point me to any tutorials/scripts/tips/etc that might help?
Thanks
|