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