PHP Fatal Error Fix: Can’t use method return value in write context
PHP compiler generate fatal error if you use function return value in read/write context. Although this is not applicable for all PHP supported function but PHP function like empty does not support use of the function in this way. In other words, php empty function cannot check the return value…continue reading →
Recent Comments