undefined offset
Posted: Wed Nov 06, 2002 7:13 pm
ok now what is an undefined offset and where is it?
Code: Select all
<?php
for ($it=0;$loggerї$it];) {
?>A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
for ($it=0;$loggerї$it];) {
?>Code: Select all
$array = array(0 => 'x', 1 => 'y', 2 => 'z');
echo $arrayї3];