Let's say I have a page called page.php. And let's also say I have an images folder.
How can I make the php page display the images on the folder?
But that's not the whole thing... What I really want is to be able to change the image based on the url.
Like, for e.g. www.example.com/page.php?image=1.jpg
My images are like this 1, 2, 3... so I would do something like this:
...
(I put the extension of the images on the url but I don't know if it is needed)
I'm a php begginer so if you could, please give me full source code examples....
Can you help me plz? I've searched and searched without any luck.
Thanks,
Antonio Azevedo
How can I make the php page display the images on the folder?
But that's not the whole thing... What I really want is to be able to change the image based on the url.
Like, for e.g. www.example.com/page.php?image=1.jpg
My images are like this 1, 2, 3... so I would do something like this:
...
(I put the extension of the images on the url but I don't know if it is needed)
I'm a php begginer so if you could, please give me full source code examples....
Can you help me plz? I've searched and searched without any luck.
Thanks,
Antonio Azevedo
Comment