I know that isset() checks to see if a variable exists. So if I have:
The variable exists, so will that return TRUE or FALSE? What about variables equal to NULL?PHP Code:$var = '';
if (isset($var)) {
}
|
Results 1 to 7 of 7
Thread: [Resolved] isset() QuestionThreaded View
|
Click Here to Expand Forum to Full Width |