php signatures

Any problem with PHP can be disscused here
Post Reply
pryj
Posts: 56
Joined: Tue Dec 21, 2004 1:06 pm

php signatures

Post by pryj »

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?


DevilKingX
Posts: 20
Joined: Mon Sep 12, 2005 6:18 am

Re: php signatures

Post by DevilKingX »

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?
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.
Final Nova
Posts: 37
Joined: Mon Sep 12, 2005 7:43 am

Post by Final Nova »

I used to use a code that changes the quotes on each view of the page... I know it uses the randval value on that (I think)

but not very good at PHP though..
Post Reply