Basically die and exit are doin' the same thing. So you may use exit instead of die :)
mlabsinfo 10 months ago
Instead of die(); why not just use exit; ?
ITGaWD 10 months ago
Basically die and exit are doin' the same thing. So you may use exit instead of die :)
mlabsinfo 10 months ago
Instead of die(); why not just use exit; ?
ITGaWD 10 months ago