Topic by JHutch2000
I'm trying to pull the Notes on an answer via PHP.
I used this:
$answer = RNCPHP\Answer::fetch($aid,RNCPHP\RNObject::VALIDATE_KEYS_OFF ); echo ($answer->Notes);
It doesn't error, but it doesn't pull any values. How do I access the notes field that author's have put onto an answer?
Josh