CI4 controller can't 'see' a GET parameter |
the form:
Code: <form action="/news/create"> the link: https://df2.pennyjack.co.uk/news/create?...+news+item [url=https://df2.pennyjack.co.uk/news/create?title=test+title&body=this+is+a+test+body&submit=Create+news+item][/url] the check code: PHP Code: public function create() the result: PHP Code: string(19) "this is a test body" It can see the body but not the title. Any idea? Thank you |
Messages In This Thread |
CI4 controller can't 'see' a GET parameter - by Ged - 02-06-2020, 11:26 AM
RE: CI4 controller can't 'see' a GET parameter - by donpwinston - 02-06-2020, 08:20 PM
RE: CI4 controller can't 'see' a GET parameter - by Ged - 02-07-2020, 12:54 AM
RE: CI4 controller can't 'see' a GET parameter - by donpwinston - 02-07-2020, 08:14 AM
RE: CI4 controller can't 'see' a GET parameter - by kilishan - 02-07-2020, 12:08 PM
RE: CI4 controller can't 'see' a GET parameter - by Ged - 02-07-2020, 03:18 PM
|