Hello,
I would like to manipulate the following example text with three variables X, Y, Z.
"Person (age X) is working on a project which consumes Y working hours. The person gender is Z."
First, I need to randomize X, Y, Z, such that I can choose given items from an array. Second, I would like to store those items in a data base for later analysis.
Thanks!
PS: Any solution in PHP is more welcome than using the interface (it's pretty overwhelming).