very quick one boys and girls. how can i write this within an if statement to reflect if it returns a negative results.
have tried
but it's still returning some TRUE values. have tried ="FALSE" also but can't seem to nail it.
any help?
have tried
Code:
if (file_exists($pic_m) == '0') { ... }
any help?
Comment