Here is an extract of my code:
1>$chaine2="";
2>$chaine3="";
3>$chaine4="";
4>for($i=0;$i<$cpt;$i++)
5>{
6> $chaine2="<br><a href=\"#sujet$i\"><b><font face='verdana, arial'
SIZE=2 COLOR=#FF8C52>\n";
7> $chaine3=$titre[$i];
8> $chaine4 = $chaine2.$chaine3;
9> print TEMP $chaine4;
10>}
There is a problem with line 8; the message is :"Use of uninitialized value
in concatenation (.) or string at copy.pl line 50."
can anybody help me ?
thanks
Franck
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]