get integer from string before character php code example Example: php get string before character $arr = explode("/", $string, 2); $first = $arr[0];