explode and implode
implode turns an array into string
explode turns string into array
********
oranges and lemons and bananas
*****
this is the house that mike built
Word Number0 is this
Word Number1 is is
Word Number2 is the
Word Number3 is house
Word Number4 is that
Word Number5 is mike
Word Number6 is built
**********************************************
strlen---->>> This finds the number of strings in the sentence
the length of the sentence---> this is the house that mike built --is--> 33
***********
substr--------> breaks/cut the sentence (string) at a specified point
he house
*********

this needs to b
e split in half
******************************************

str_replace-------->>enables to find and replace a word or phrase