I am new to coding. There seems to be a problem when I try to Get the value of "#". Some special characters do work but only the "#" won't work.
when I try to run my link: http://localhost/php/Final/DeleteTask.php?Username=311&ID_Task=Task#8
This is the output.
311
Task
The output won't show the value "Task#8". Instead it resulted in "Task" I have tried doing urldecode but it still won't work.
Help is greatly appreciated. Thank you.