小编dou*_*ale的帖子

在div重复中制作图像(不是背景img)?

我试图重复一个div中的图像,没有背景图像但是没有想到如何.你能指点我一个解决方案吗?

我的代码看起来像这样:

<div id="rightflower">
<img src="/image/layout/lotus-dreapta.png" style="repeat-y; width: 200px;"/> 
</div>
Run Code Online (Sandbox Code Playgroud)

html css image repeat

14
推荐指数
2
解决办法
12万
查看次数

sql语法中的奇怪错误

我有几行代码可以在OpenCart 1.4.9中报告优惠券,但我无法克服这个错误:

You have an error in your SQL syntax; check the manual that corresponds 
to your MySQL server version for the right syntax to use near
 'order where coupon_id = 16' at line 1.
Run Code Online (Sandbox Code Playgroud)
$getcouponinfo1 = mysql_query("select * from order where coupon_id = $coupon_id")
      or die(mysql_error());
Run Code Online (Sandbox Code Playgroud)

其余的代码可以在这里找到.

php mysql sql opencart

2
推荐指数
1
解决办法
159
查看次数

标签 统计

css ×1

html ×1

image ×1

mysql ×1

opencart ×1

php ×1

repeat ×1

sql ×1