php: how to change string data become numeric data

前端 未结 3 2045
我在风中等你
我在风中等你 2021-01-29 14:27

can you tell how to change this result in php and mysql script:

  Model                  Class
Ball                        S
Book                        A
Spoon
         


        
3条回答
  •  没有蜡笔的小新
    2021-01-29 15:15

    Very crude example, you'd probably go with HTML tables in reality.

     'blue', 'class_defect' => 'S'), ...); ?>
    
    
    name      s  a  b  c
    
    

提交回复
热议问题