Guest User

Untitled

a guest
Jan 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 01 => ssf g gf sfg;fjytryujfd gdf gf
  2. 02 => cvcb gbcd;xcvb xcvx dfg dfg
  3. 03 => dfg qwe fgggh;dfg fgh gh
  4.  
  5. strstr($value, $text.";")
  6.  
  7. strstr($value, ";".$text)
  8.  
  9. foreach ($arr as $value) {
  10.  
  11. $text1 = preg_match("/.+;/", $value)
  12. $text2 = preg_match("/s*;.+/", $value)
  13.  
  14. }
  15.  
  16. list($first, $second) = explode(";",$value);
Add Comment
Please, Sign In to add comment