Welcome Guest, Not a member yet? Register   Sign In
Insert NULL
#3

Yeah, I saw it now...
var_dump($_POST); does not contain null for this value, because in my code when i write form_dropdown('valid', [null => '', 1 => 'Yes', 0 => 'No']) the select for the null value looks like this: <option value selected="selected"></option>

I guess, there is no easy way of inserting a null directly from a $_POST...I have to specify it in PHP
You can see things I made with codeigniter here: itart.pro its not overly impressive as I have very little time to learn.
Reply


Messages In This Thread
Insert NULL - by Leo - 05-06-2020, 12:34 PM
RE: Insert NULL - by jreklund - 05-06-2020, 01:01 PM
RE: Insert NULL - by Leo - 05-07-2020, 01:12 AM
RE: Insert NULL - by jreklund - 05-07-2020, 11:23 AM
RE: Insert NULL - by Gary - 05-07-2020, 05:40 PM
RE: Insert NULL - by Leo - 05-08-2020, 10:07 PM
RE: Insert NULL - by Gary - 05-09-2020, 09:13 AM
RE: Insert NULL - by Leo - 05-09-2020, 03:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB