Welcome Guest, Not a member yet? Register   Sign In
The input->get is not working
#11

[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.
#12

[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




Theme © iAndrew 2016 - Forum software by © MyBB