Welcome Guest, Not a member yet? Register   Sign In
basic URL routing
#2

[eluser]DjLeChuck[/eluser]
Hi RaiNnTeaRs,

Just like that :
Code:
<?php
// Use base_url() if you want an absolute URL
// Then after index.php (required if you did'nt use an .htaccess)
//     use the controller name and the function name
$my_link = base_url().'index.php/members/edit/';
?>


Messages In This Thread
basic URL routing - by El Forum - 03-02-2011, 03:40 AM
basic URL routing - by El Forum - 03-02-2011, 04:14 AM
basic URL routing - by El Forum - 03-03-2011, 08:00 AM
basic URL routing - by El Forum - 03-03-2011, 08:05 AM
basic URL routing - by El Forum - 03-04-2011, 02:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB