Thanks for the compliments,
but just as example, I've tried to implement what I said. I've created two files in the root folder of my local Apache.
The first one (imagetest.php) dinamically generate a simple image box with a number inside. The number comes from the userid parameter:
http://localhost/imagetest.php?userid=555
Than, I've added a rewrite rule to Apache, using a local .htaccess file:
RewriteEngine On
RewriteRule userimage(.*).jpg /imagetest.php?userid=$1
So, I can call a static image URL, but really the image is dinamically generated:
http://localhost/userimage555.jpg
This could be a possible solution to your problem.
Regards,
Luigi
I file di questo Forum sono invisibili ai visitatori. Prego accedi o registrati per visualizzarli.