Attempting to make a coldfusion edit and delete section on an admin page. The checkboxes can be selected and then either edit or delete the selected user.
Below is the code.
<input type="checkbox" name="Edit" value="Edit"> Edit <br>
<input type="checkbox" name="Delete" value="#ID#"> Delete <br>
<input type="submit" name="submit" value="Submit Changes" id = "Submit">
Action Page DELETE FROM UserLogin WHERE username =
The code is not finished but what I have so far. Thanks!
Aucun commentaire:
Enregistrer un commentaire