I'm currently using CodeIgniter. It seems i cannot get the complete value of a query string that has this value:
mywebsite.com/home?path=Announcement/1036_Write-up Montessori J & D 2017]1504509916.pdf
I tried using $_GET['path']
and $this->input->get('path')
but both didn't work.
Actual Behavior:
path only has this value: Announcement/1036_Write-up Montessori J
Expected Behavior:
path should have the entire path value: Announcement/1036_Write-up Montessori J & D 2017]1504509916.pdf