Im having some issues getting routing to query my database could this be part of the problem the GET part of the query looks commented out?
It looks commented because that not the query that is executed in run time. Its just a placeholder which informs you that in runtime :P1
will get replaced by {{$_GET.contetid}}
's value.
Please check the route setup, server connect & server action to ensure correct value is being sent to server action with the name contentid
.
In case you are unable to figure all of that, please share screenshots of the same.
Your route does not define a param by the name contentid. Is that correct?
That could be the reason why no value is being passed the server connect since there is no query.contentid
are you talking about /:code/ I just tried changing this to /:contentid/ no luck
I found the solution it was my query manager wasn’t on the page where my link initiates from only on the page it landed on thanks for the help