Tags
PHP
Asked 2026 years ago
30 Nov -0001
Views 136
Domenic

Domenic posted

How can I see PHP errors in my browser ?

using some where at code like this

if($check==1){
}
if($check===1){
}

i dont know where to use == and === in php ?
so What is the difference between == and === in php ?
Post Answer