Photo form

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.

So you want a graphical representation of what ever is typed? look up information on the gd library, or see if you can find some pre-made prictures of each character and make one very big switch.

Sponsor our Newsletter | Privacy Policy | Terms of Service