I would like to know how to make a PhP url without the GET (?function=) part.
Such as:
main/function/42456457654
main being the main page, function being the page with the URL, and 42456457654 being a part selected from a database.
I know you could do this by doing main/function/?function=42456457654, but I'd like to make it so that it still communicates with the server to get values in a database at request.