Browser not accepting "+" in the title in the URL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Browser not accepting "+" in the title in the URL

Post by Celauran »

simonmlewis wrote:Any flaws?
Not until you have another character that causes problems. Have any products with '?' in the title? '&', perhaps?
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: Browser not accepting "+" in the title in the URL

Post by simonmlewis »

None with ?, none with &. Because the person who adds products knows not to use them. I didn't realise a + was a space character. But then, we've never had this kind of extra layer than checks it in this way.

Are there any others?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Browser not accepting "+" in the title in the URL

Post by Weirdan »

Post Reply