Welcome Guest, Not a member yet? Register   Sign In
Code generate multiple links
#3

[eluser]khagendra[/eluser]
Use site_url() or base_url() for link. the problem will be solved. here is an example of site_url().

Try like one of these

Code:
1. site_url(‘controlloerName’) if u want to invoke the default function index().


2. site_url(‘controlloerName/functionName’) if u want to invoke the some function


3. site_url(‘controlloerName/functionName/parameter1’) if u want to invoke the some function with one parameter


4. site_url(‘controlloerName/functionName/parameter1/parameter2’) if u want to invoke the some function with two parameters
——similarly for any no of parameters

Hope this will help u.


Messages In This Thread
Code generate multiple links - by El Forum - 11-04-2009, 04:49 PM
Code generate multiple links - by El Forum - 11-04-2009, 07:43 PM
Code generate multiple links - by El Forum - 11-04-2009, 10:52 PM
Code generate multiple links - by El Forum - 11-05-2009, 02:36 PM
Code generate multiple links - by El Forum - 11-07-2009, 08:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB