Page 1 of 1

GetURLPart to handle # symbol

Posted: Thu Oct 08, 2009 11:02 pm
by Seymour Clufley
I've just realised that GetURLPart() assumes a ? mark splits the page from the extra parameters. Isn't it just as frequent for a hash symbol to do this?

Code: Select all

http://www.purebasic.fr/english/posting.php?mode=post&f=3
http://www.purebasic.fr/english/posting.php#mode=post&f=3
And if so, could GetURLPart() be updated to handle hash symbols?

Re: GetURLPart to handle # symbol

Posted: Fri Oct 09, 2009 9:54 am
by Trond
Isn't it just as frequent for a hash symbol to do this?
No. This not standard.