I’m fairly new to php, though I have been dabbling with software for many years. I am currently playing with a php script to display data from a big SQL database of dog pedigrees, but I have come across an odd problem.
When I pass an argument to the script with a string which includes ‘tar%20’ ie ‘tar’ and a space in it such as ‘star prize’…
…/card.php?name=star%20prize
I get an error from the server…
Forbidden
You don’t have permission to access /card.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Any suggestions please?
Simon R.