I have two lines and do not know how can insert them to PHP tag:
echo'<label for='body'>توضیحات: </label> <br />';
echo'<textarea name="body" id="body" cols="" rows="" style="width:300 ;height:300"></textarea>';
These lines have the error:
( ! ) Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\wamp\www\source\action_perfomed_agree.php on line 64
64 is first line in my quoted code above.