checking value of if conditino isn't printing correct output – Magento
I am working on a chat room and the condition i want to implement is: when user send both file and text message it will return an error. but this isn't working correct. this is my code if($_FILES['chat_upload_file']){ echo "You…