Welcome Guest, Not a member yet? Register   Sign In
appended url
#1

[eluser]m628[/eluser]
Hello,
I have a login page:
Quote:localhost/C/userC/Login/2
when they login and the Password is wrong, I have them going to:
Quote:localhost/C/userC/UserNeedsHelp/
I am using the following:
$localU = $User;
$data['error']= "Wrong Password Try Again or <a href='SendPassword/{$localU}'>Email Password</a>";
$this->load->view('UserNeedsHelp',$data);

But the link becomes:
Quote:localhost/C/userC/Login/2/SP/XXXX
I want it to be:
Quote:localhost/C/userC/SP/XXXX

What am i doing wrong?


Messages In This Thread
appended url - by El Forum - 01-21-2011, 03:49 PM
appended url - by El Forum - 01-21-2011, 04:25 PM
appended url - by El Forum - 01-21-2011, 07:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB