duanlisha2335 2015-04-25 07:03
浏览 10

用特殊字符分隔文本的单词“,”[复制]

This question already has an answer here:

I have a question

I get a text by input[type="text"] look like this:

<input type="text" name="tags"/>

I received an string value that looks like this:

$tags = $_POST['tags'];
$tags = "car,BMW,speed,fast";

I need Separate the words by "," and add to $arr look like this :

$tag_arr = ['car','BMW','speed','fast'];

How can I do it !?

Thanks

</div>
  • 写回答

1条回答 默认 最新

  • dousha1394 2015-04-25 07:08
    关注

    Use "explode" function present in php. Like below

    $tags = explode(",","car,BMW,speed,fast");
    
    评论

报告相同问题?

悬赏问题

  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类
  • ¥15 微带串馈天线阵列每个阵元宽度计算