duanhao7786 2012-09-02 16:19
浏览 27

如何在此表中输出这一点PHP?

This is the code

for($r=1; $r<=10; $r++){
if($shirt_info[$r][0]!='Select One')
{
    echo '<div class='shirtinfo'>Order $r: </div>';
    echo '<div class='shirtinfo'>Size: '.$shirt_info[$r][0].'</div>';
    echo '<div class='shirtinfo'>Price: '.$shirt_info[$r][1].'</div>';
    echo '<div class='shirtinfo'>Qty: '.$shirt_info[$r][2].'</div>';
    echo '<div class='shirtinfo'>SPE: '.$shirt_info[$r][5].'</div>';
    echo '<div class='shirtinfo'>LIA: '.$shirt_info[$r][6].'</div>';
    echo '<div class='shirtinfo'>Vendor: '.$shirt_info[$r][7].'</div>';
    echo '<div class='shirtinfo'>Style: '.$shirt_info[$r][8].'</div>';
    echo '<div class='shirtinfo'>Color: '.$shirt_info[$r][9].'</div>';
    echo '<div style='clear:both;'></div>';
}}

and this is the result http://www.redfivedesigns.com/screenshot2.jpg

  • 写回答

2条回答 默认 最新

  • drxm5014 2012-09-02 16:32
    关注

    From php manual:

    For information on how strings behave, especially with regard to usage of single quotes, double quotes, and escape sequences, see the Strings entry in the Types section of the manual.

    http://www.php.net/manual/en/language.types.string.php

    // Outputs: Arnold once said: "I'll be back"
    echo 'Arnold once said: "I\'ll be back"';
    
    评论

报告相同问题?

悬赏问题

  • ¥15 基于单片机的靶位控制系统
  • ¥15 AT89C51控制8位八段数码管显示时钟。
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错