Hello,
I want to add an if (the answer!=0) {$image=lala.jpg} else $image=lalala.jpg;
how do I count $post['answers_raw'] ? I tried but i get an error.
Thankyou
***************************************************************************
EDIT: I managed to do it:
$myvariable=@$post['answers_raw'];
I won't close the question, maybe it will help other people