Editing Student Data
Editing Records
Type and Select Student Name from the List that drop down, Click display Button beside and choose appropriate action to perform
STUDENT NAMES
REG. NO
ACTION
prepare( "select * from students where regno = '$reg' "); $res->execute() ; while ($row = $res->fetch(pdo::FETCH_ASSOC)) { echo "
"; echo "
" . $row['studentname'] . "
"; echo "
" . $row['regno'] . "
"; ?>
'>Edit
|
Delete
" ; } } ?>
For More Help ?
Contact Us
Click Here
.