Dhaval Desai wrote: > > ... > > for($i=1; $i<=$recepients; $i++) > { > echo "<input type=\"text\" name=\"$i\">" ."<br>"; Maybe this line should be: echo "<input type=\"text\" name=\"$i\"><br>"; -- Pavel a.k.a. Papi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] is 1 a Variable...Discoverd it just now... Dhaval Desai
- Re: [PHP] is 1 a Variable...Discoverd it just now... Pavel Jartsev
- Re: [PHP] is 1 a Variable...Discoverd it just now... Toby Butzon