Forum Moderators: phranque
Slightly hard to explain.
I have be asked to do a website that will convert text content into graphics. eg someone puts in a word and it converts to a picture, but this needs to be done on the fly.
any ideas on the best way of doing this?
See preg_replace for php, you just set up two arrays, one with the letter value and one with corresponding url for the image: [us.php.net...]
This won't work like that page, you'll need to use Jvascript or AJAX to get it to to work instantly like they have done.