Welcome Guest, Not a member yet? Register   Sign In
Can I convert empty strings to NULL with a Codeigniter validation rule?
#2

@b126,

You should be able to use a PHP function such as isset() (scroll down page to See Also for other suggestions- http://php.net/manual/en/function.isset.php).

return isset($value)? null : $value;
Reply


Messages In This Thread
RE: Can I convert empty strings to NULL with a Codeigniter validation rule? - by php_rocs - 02-27-2019, 01:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB