Is it possible to send a name of an item through a GET method, to a function, instead of the classic id?
The link is like this
Is it possible to click a link and have it find that name in a query and display it?
It'd be the same as $id which would look like:
But I need it to show the name, and the name has spaces.
The link is like this
PHP Code:
equipinv.php?x=burn:Blunt Dagger
It'd be the same as $id which would look like:
PHP Code:
equipinv.php?x=burn:3912
Comment