I get this error when doing an example in Beginning PHP4 (Chapter 5). Namely dynamic2.php (pg.161).
It reads:
Quote:
quote:
Your children's names are:
rawr
grrr
grawl
Notice: Undefined offset: 3 in G:\Webserver\Apache\Apache2\htdocs\Webside\Beginni ng PHP4\Kapittel 05\dynamic2.php on line 13
Notice: Undefined offset: 3 in G:\Webserver\Apache\Apache2\htdocs\Webside\Beginni ng PHP4\Kapittel 05\dynamic2.php on line 14
|
Whats the problem?