Alphabetti
Alphabetti is my rather unoriginally named word generator for those who wish to offer the ability to create glitter names and/or other words using custom graphical alphabets. It was created as an example for CodeGrrl but is free for all to use.
Alphabetti Features
- Basic input check to prevent code injection
- Easily add extra letter fields
- Can use any graphical alphabet (supplied with alphabet from Mazeguy)
There is no compulsory credit line in the script but you’re free to link back to http://www.jemjabella.co.uk/scripts/ if you find it handy.
Hints & Tips
To change the number of input fields available, open script.php and change the number 10 in this piece of code:
for ($i=1; $i<=10; $i++) { to whatever amount you wish. E.g. to have twenty fields, change it to: for ($i=1; $i<=20; $i++) {

![[feed]](/images/feed.gif)