我希望能够从 preg_replace 函数或 str_replace 函数中获取数据。例如我想转换任何以@开头的字符串。但是我想提取以@开头的字符串并将其放入我的数据库中!那么我怎样才能提取以@开头的特定单词呢?
这是我的代码:
$string = "@james is awespome";
$convert = preg_replace('@','<a href="#">@$1</a>','$string');
mysql_query( insert stuff);
我希望能够在数据库中插入@james 或 james