How would you go about capturing the first word in a string or variable as a string. For example how would you take
$string = "this is text"; and get the first word out of it so that
$string_first will equal "this"; because "this" is the first word?
Thanks



Reply With Quote



Bookmarks