here is myproblem, i want to make a php function to insert some random letter to specific word.
example :
random letter : a,i,u,e,o
specific word : monkey,deer,tiger,mouse
sentence : a tiger eating a deer, monkeys and rats see from a distance
I want the sentence to be like this:
a tiager eating a dueer, monkeiys and raats see from a distance
I hope this gives you some ideas into how to approach the problem, and I hope the comments help to give an idea of the functions available to you in PHP.
Good luck!