Mailinglisten-Archive |
>> >habe ein kleines Problem, wie kann ich nochmal 2 Variablen zusammen zu >einer >> >machen. Code sollte es erklären: >> >> >for ($x=1;$x<=$count;$x++) { >> >print "$name$x"; >> >} >> >> Hi Martin, >> >> print "$name.$x"; >> >> MFG Wolfgang > > >Hi Wolfgang, > >geht leider nicht, folgendes habe ich versucht: > > ><?php >$name1 = "blja"; >$x = 1; >print "$name.$x"; >?> probier mal print ($name1.$x); > >kommt folgende Fehlermeldung: Notice: Undefined variable: name in >C:\apache\htdocs\TSC\add\test.php on line 6 > >Gruß Martin >-- >** http://www.php-center.de ** >Die PHP-Liste: mailto: php_(at)_phpcenter.de >http://lists.phpcenter.de/mailman/listinfo/php
php::bar PHP Wiki - Listenarchive