if $thisuser = '' { echo "#000000" }
what's wrong? Please help!
nevermind 😉
if ($thisuser = '') echo "#000000";
Don't you need == rather than =?
M.