if a user wants to add a result to my forum i'm getting them add add it like this
[R]1202[R]
then i'm doing
list($start, $resultid, $end) = explode('[R]', $body);
with the code, getting the resultid and doing the correct SQL strings....
my question is, the number 1202 still shows on the site after so how can i remove it from the $body which is the textarea??