this $message var is a variable of the message in the mail function but i have an error in the syntax the error in the first line where $message = "....."
Code 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>$user[$i]</td> </tr> </table>";






Bookmarks