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]

Reply via email to