Hi, pls see subject. I only need to output several BW text buttons. Could anyone help? Some links to tutorials will be fine ;)
jatar_k
5:32 pm on Oct 11, 2003 (gmt 0)
did you want to use php to draw them or just to output img tags?
irock
7:22 pm on Oct 11, 2003 (gmt 0)
draw them.
I want a program that can output graphical words with feeding different words from a URL. /draw.php?words=My%20Stuff
And the program will return a GIF with "My Stuff" in it.
I wonder what font family choices do I have.
Romeo
7:35 pm on Oct 11, 2003 (gmt 0)
... you may look at the GD graphics library. Should be part of your PHP setup. However, I am not sure if it gives out GIFs again. Perhaps you are still stuck with JPGs and PNGs.