Advertisement
Advertisement
| 07.09.2008 at 01:54PM PDT, ID: 23551832 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: |
<form action="/PlayerProfile.php" method="get">
<?php if ($mail[$x]["from"] == "Randomly Challenged")
{}
else {?>
<input name="gotoprofile" type="image" value="View Players Profile" style="margin-top:33px;" src="images/MailHub/ViewProBtn.gif" srcover="images/MailHub/ViewProBtnDOWN.gif" srcdown="images/MailHub/ViewProBtnDOWN.gif"/>
<input name="user" style="visibility:collapse" type="hidden" value="<?php echo $mail[$x]["from"]; ?>">
</form>
|