rying to access array offset on value of type null" at line 3460 in this code snippet |
What could be causing a PHP notice of "Trying to access array offset on value of type null" at line 3460 in this code snippet?
Code: for ($i = 0; $i < $iCount; $i++) { |
Messages In This Thread |
rying to access array offset on value of type null" at line 3460 in this code snippet - by TeetharKehar - 03-17-2023, 04:53 AM
RE: rying to access array offset on value of type null" at line 3460 in this code snippet - by newcicoder - 03-19-2023, 06:49 AM
|