Hi,
I have an array of 10 words, I want to select 1 at random and display the word, inside the mail() function.
I generate a random number between 1 & 10 and use that to retrieve a word from the array and place the value in a variable.
when i show the variable in the mail() function it only displays the first character of the word.
any ideas ?