It’s a notice telling you, that
$datas[1]
is not set.
Use isset()
to check if the value exists.
1
solved Notice: Undefined offset: 1 in /somepath/index.php on line 115 [closed]
It’s a notice telling you, that
$datas[1]
is not set.
Use isset()
to check if the value exists.
1
solved Notice: Undefined offset: 1 in /somepath/index.php on line 115 [closed]