[Moved this reply to its own thread -- Mod.]
Hi everyone, I'm a new member here, and I need a little help with my PHP coding, I saw your coding just now and I registered lately. I was hoping maybe someone could help me with something.
I'm trying to find a code for my site ([link deleted -- Mod.]) and I have alot of images.
So how can I make a my Picture Generator out of PHP?
I want something like...
[noparse]www.example.net/showpic.php?name=[/noparse]IMAGE
so when we try to view something like that it results to
[noparse]www.example.net/image.png[/noparse]
so when I want to have another name for it...
[noparse]www.example.net/showpic.php?name=[/noparse]IMAGE2
it also results to...
[noparse]www.example.net/image.png[/noparse]
and will apply to many images I want to put on the php file?
how can I do that?