Hey there
I am learning php and im no way ready to start creating it, and was wondering if anyone knew how to do the following:
I would like to have a simple text box, so you can type a word in it.
For each letter that is in the word, a file is inserted.
For example:
I type “Jessica”
It returns with 7 pictures aligned in a row: j.jpg, e.jpg, s.jpg, another s.jpg… etc
I think this is probably straight forward but not sure.
Help would be greatly appreciated!!!
Let me know if i can clarify if it doesnt make sense.