I have a simply php script that generate random name that works fine. I also have a php image generator, that works on my server. But I need to use them in the same page (create random name –> output as an image).
In the attached you could find php source of both scripts.
Base request: integrate those two script
Optional request one: image generated should be watermarked
Optional request two: image generated should be easily sent from users to their facebook page.
I think the integr…
