I have created a database for service requests. And, now, I am trying to link each service request to the corresponding Member Page, so when a client logs in my website, they can see past, present, and future services that have been requested.
After many tries, I can’t find a way to do this. The only one that seems possible, but yet I can’t execute it, is creating an input, in which the client fills their service ID, and then when he clicks on the submit button, is redirected to the link of the dynamic page, which is defined as www.xxxxxxxx .com/(serviceID)
Can anyone help me, please?