the arrays in this html form output no value
the outputCode PHP:$message[$i]='<table border="0" width="300" cellspacing="0" cellpadding="0" id="table1" align=center> <tr> <td width="138">Name</td> <td>$name[$i]</td> </tr> <tr> <td height="22" width="138">E-mail</td> <td height="22">$mail[$i]</td> </tr> <tr> <td width="138">Link To View Profile</td> <td>$i[name]</td> </tr> </table>';
Name $name[$i]
E-mail $mail[$i]
Link To View Profile $i[name]





Bookmarks