How To Find 'DOES NOT CONTAIN' or 'DOES CONTAIN' in Php ?
Linux, Apache, MySQL, PHP
2
Posts
2
Posters
33
Views
1
Watching
-
Hello, I got this array: ```` $test = array('id','date_and_time','kw_1','kw_1_point','kw_2','kw_2_point','kw_3','kw_3_point','kw_4','kw_4_point'); ```` Now how to echo all values that does not conatin '_point'.
-
Hello, I got this array: ```` $test = array('id','date_and_time','kw_1','kw_1_point','kw_2','kw_2_point','kw_3','kw_3_point','kw_4','kw_4_point'); ```` Now how to echo all values that does not conatin '_point'.