Search code examples
phpsmartyabsolute-path

Smarty absolute path


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


Solution

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