Re: [PHP] declare variable

2001-01-24 Thread Alexander Wagner
kaab kaoutar wrote: > echo " " . $personal["name"]. "\n" . $personal["email"] . " " ; > echo Count($beer); > $i=0; > for ($i=0;$i ?> > > i have the same error the constant i is not defined ... > how acn i fix it ? Try for ($i=0;$ihttp://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] declare variable

2001-01-24 Thread kaab kaoutar
Hi all! first thanks for urvreplies about the editors and tutorials! well while trying a my first php form i had to use a loop in the confirmation part which looks like: " ; echo Count($beer); $i=0; for ($i=0;$i i have the same error the constant i is not defined ... how acn i fix it ? by the w