I'm working inside of code igniter and thought this if statement would go through but its giving me a unexpected = error.
if($title !=== FALSE){
} else{
}
|
I'm working inside of code igniter and thought this if statement would go through but its giving me a unexpected = error.
|
|||
|
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
You have too many equals signs try:
|
|||||
|