05-30-2011, 07:22 AM
[eluser]nanetorg[/eluser]
Hi. I cannot resolve my problem with CI 2.0.2 and helper URL.
When i use:
it gives me:
instead of:
Where is the problem? Why i have '?' before anything i pass to this function?
My config is simple:
Thanks.
Hi. I cannot resolve my problem with CI 2.0.2 and helper URL.
When i use:
Code:
$data['mail'] = site_url('contact');
Code:
http://127.0.0.1/test/?contact
Code:
http://127.0.0.1/test/contact
Where is the problem? Why i have '?' before anything i pass to this function?
My config is simple:
Code:
$config['base_url'] = '';
$config['index_page'] = '';
$config['url_suffix'] = '';
Thanks.