If you so strong why you have stupid mistakes?
It's not PHP error it's yours fault.
If you see carefully at URL string after query some search web site like http://www.Google.com or some else search engine or else you see next:
google.com/imghp?hl=ru&ie=UTF-8
How about & - link between query?
you wrote:
OKay it works withandCode: Select all
<a href="images/index.php?image=imagename.jpg">
Code: Select all
<a href="images/index.php?id=1">
But it won't work with both like:Code: Select all
<a href="images/index.php?image=imagename.jpg?id=1">
Did I explain it okay? Does anyone know what I should do? Feel free to email me if you want more info.
need:
Code: Select all
<a href="images/index.php?image=imagename.jpg?&id=1">
whats all....
P.S.
I'm too long time reading and rereading your message and self can't understand what wrong in yours code....