Welcome Guest, Not a member yet? Register   Sign In
Form Action URL Question
#3

(08-02-2021, 09:04 AM)Charles Luck Wrote: Hi,
I'm new to Codeigniter4. And I have a question about something that I don't understand.
First let me say that the tool bar above is difficult to make out even at 120%, the left most icons are difficult to see. But we'll live with it as-is for now.

I created a form that has an action parameter as follows... 
Code:
<form action="<?= base_url() ?>/users/store">
and the resulting action arrives in the correct controller and method, but the URL has a trailing question mark, as follows...
Code:
http://localhost/ci4/users/store? 
 <= where does this question mark come from? 

Ask me questions if needed, I am more than happy to provide more information.
Thanks,
Charles.

What is your form method? Post or get?
Reply


Messages In This Thread
Form Action URL Question - by Charles Luck - 08-02-2021, 09:04 AM
RE: Form Action URL Question - by InsiteFX - 08-03-2021, 03:42 AM
RE: Form Action URL Question - by nfaiz - 08-03-2021, 04:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB