Welcome Guest, Not a member yet? Register   Sign In
how to read URL hash?
#11

[eluser]InsiteFX[/eluser]
CodeIgniter User Guide - URI Class
#12

[eluser]canado[/eluser]
no possible way to detect # in CodeIgniter User Guide - URI Class
thanks
#13

[eluser]InsiteFX[/eluser]
URI permitted characters!
#14

[eluser]canado[/eluser]
I m sorry InsiteFX but if I do a find and search in the link you provided
CodeIgniter User Guide - URI Class
there is nothing about permitted and nothing about # or hash

Could you give us the link talking about the hash "permitted characters"

thanks a lot
#15

[eluser]CroNiX[/eluser]
/application/config/config.php
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';  //no hash, so not allowed in the url
#16

[eluser]Dhanapal MCA[/eluser]
$_SERVER['REQUEST_URI'];
#17

[eluser]Dhanapal MCA[/eluser]
[quote author="Bhashkar" date="1328351237"]you can you parse_url() function of PHP like
Code:
$u = parse_url($url);
$fragments = $u['fragment'];
[/quote]
#18

[eluser]Dhanapal MCA[/eluser]
Please read previous post......,
#19

[eluser]vbsaltydog[/eluser]
Mods should ban this user as they are posting nonsense in multiple forums to get their post count up?
User has been reported.
#20

[eluser]CroNiX[/eluser]
Noticed it too. They want to be able to post their spam links.




Theme © iAndrew 2016 - Forum software by © MyBB