InterviewSolution
| 1. |
How To Avoid The Undefined Index Error? |
|
Answer» If you don't want your PHP page to give out errors as shown in the PREVIOUS exercise, you should consider checking all expected input FIELDS in $_REQUEST with the isset() FUNCTION as shown in the example script below: If you don't want your PHP page to give out errors as shown in the previous exercise, you should consider checking all expected input fields in $_REQUEST with the isset() function as shown in the example script below: |
|