php signatures
php signatures
I was wondering about having a bank of images that could be used for a sig - wonder if its best to have a script the writes an image to a file or one that writes an image to a HTTP request?
-
- Posts: 20
- Joined: Mon Sep 12, 2005 6:18 am
Re: php signatures
The easiest way to do it would be for the script to write an image to an HTTP request since if you want to have a PHP forum signature, you should have a script that doesn't generate an image to a file (more kilobytes than necessary). A good random sig PHP script should do fine.pryj wrote:I was wondering about having a bank of images that could be used for a sig - wonder if its best to have a script the writes an image to a file or one that writes an image to a HTTP request?
-
- Posts: 37
- Joined: Mon Sep 12, 2005 7:43 am