The input->get is not working |
[eluser]TheFuzzy0ne[/eluser]
The URL for accessing that page should be: http://localhost/index.php?c=Greet&m=hello&id=123 OR http://localhost/?c=Greet&m=hello&id=123. All requests go via the index.php file. That's the only file directly accessible from the outside.
[eluser]hudar[/eluser]
Hm, I wonder if you can try to allow things like ? & = in config.php $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-'; <-- add here |
Welcome Guest, Not a member yet? Register Sign In |