我想将 $newreg 缓冲区数据存储到 mysql 数据库。我在 mysql 中尝试使用 text 和 BLOB,但它返回错误You have an error in your SQL syntax; 检查与您的 MySQL 服务器版本相对应的手册,以在第 1 行的 '179' height='100' />',2)' 附近使用正确的语法
或者有没有其他方法可以做到这一点?
ob_start();
echo("\n<div class='templadf_section_2'>");
echo("<img src=$tprofpic1 alt=$description />");
echo("<h4>For sale at $district</h4>");
echo("<p>$description</p>");
echo("<div class='price'>PRICE:<span> $expectedprice INR</span></div>");
echo("<div class='readmore'><a href=$tempath>Read more</a></div>");
echo("</div>");
$newreg=ob_get_clean();