", "", INCL); # Parse the title of the web page, exclusive of the title tags $title_excl = return_between($web_page['FILE'], "", "", EXCL); # Display the parsed text echo "title_incl = ".$title_incl; echo "\n"; echo "title_excl = ".$title_excl; ?>