-
You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one.
-
- $_SET[‘admin’].
- $_GET[‘admin’].
- $_SET[‘url’].
- $_GET[‘url’].
- None of these
Correct Option: D
If an entry is being edited, you need to load the existing entry data and save each piece in a variable.