full error: Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\xampp\htdocs\Source Code\displaysalesdetailed.php on line 48
Here is what I have there:
    $msgtocustomer = "You have sent purchase request for - $rsproduct[title]. To check the quality of the produce,
     you can contact $rsseller[
    seller_name] at $rsseller[mobile_no]. Farmer's Address: $rsseller[seller_address], $rs13city[city], 
$rs12state[state], $rs1country['country'].  ";
 
    