<?php
$short_description =
substr($brand_description,0,299);//$short_description is storing the substring
echo '<span>';
<p>About:</p> '.$short_description.'</span>';
echo '<span id="read_more">'; echo '<button onclick="display_more()"> Read more</button>'; echo '</span>';
?>
//点击阅读更多按钮我希望$ short_description存储整个$ brand_description