Konu
PHP .txt to Database Çoklu Boşluk Sorunu
17-04-2020, 16:56:23
#4
Mehmetmasa
$str = 'name section initialname!'; $split = preg_split('/ +/', $str); print_r($split);
anladığım kadarıyla bu işinize yarar.
Test etmek için online editör;
http://www.writephponline.com/
Codeshare;
https://codeshare.io/GLR6qb