-1

I am using smarty, and I want to have link to file kategorija.php with one argument. Why I get this strange link in the browser?

http://localhost/ljekarna/%60http://localhost/ljekarna/kategorija.php?id=1

This is my code with absolute path

enter image description here

And this is the result

enter image description here

Fale1994
  • 67
  • 14
  • Please don't include images of your code. Just include it as text in the body of your question. – Laurel Jun 03 '16 at 20:48

1 Answers1

1

There's a backtick (`) before http that shouldn't be there

Borgtex
  • 3,235
  • 1
  • 19
  • 28