Welcome Guest, Not a member yet? Register   Sign In
from post goes from index.php/form to index.php?form
#3

[eluser]coderex[/eluser]
Hi, no still produces a ? e.g if you look at the source code of what form_help.php is producing it's showing http://127.0.0.1/codeigniter/index.php?form/ if I add your suggestion it just shows http://127.0.0.1/codeigniter/index.php?controller/form/

if I do a hardcoded test of and name it something else, it works, so what's the "?" doing there, I don't see how it's placed in form_help.php

//## hard coded example below works

<form action="http://127.0.0.1/codeigniter/index.php/form/" method="post" accept-charset="utf-8">

<h5>Username</h5>
&lt;input type="text" name="username" value="" size="50" /&gt;

<h5>Password</h5>

&lt;input type="text" name="password" value="" size="50" /&gt;

<h5>Password Confirm</h5>
&lt;input type="text" name="passconf" value="" size="50" /&gt;

<h5>Email Address</h5>
&lt;input type="text" name="email" value="" size="50" /&gt;

<div>&lt;input type="submit" value="Submit" /&gt;&lt;/div>

&lt;/form&gt;


Messages In This Thread
from post goes from index.php/form to index.php?form - by El Forum - 03-09-2011, 03:10 AM
from post goes from index.php/form to index.php?form - by El Forum - 03-09-2011, 04:56 AM
from post goes from index.php/form to index.php?form - by El Forum - 03-09-2011, 07:33 AM
from post goes from index.php/form to index.php?form - by El Forum - 03-09-2011, 09:01 AM
from post goes from index.php/form to index.php?form - by El Forum - 03-09-2011, 11:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB