I dont understand it, so hopefully someone here can point out what my stupid mistake is.
Now, SCRIE_SL has a value of 456, but it keeps returning a value of "?????", which is the false part of the statement.
I have been trying to figure out this simple problem for several hours now, and I give up. Can someone shed some light on this?
Code:
$DATE_SL=(trim($SCRIE_SL)!='?????') ? $SCRIE_SL : "?????";
Now, SCRIE_SL has a value of 456, but it keeps returning a value of "?????", which is the false part of the statement.
I have been trying to figure out this simple problem for several hours now, and I give up. Can someone shed some light on this?