אשכול: בעיה PHP
View Single Post
ישן 05-07-07, 00:02   # 4
mlnn
משתמש - היכל התהילה
 
mlnn's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: בחדר של חני
גיל: 35
הודעות: 4,417

mlnn לא מחובר  

הקוד המתוקן:
קוד:
<html>
<form id="frm" name="frm" method="post">  
<input type="hidden" name="flag" value="enter">  
<table dir="rtl" align="center" border="0">  
<tr>  
<td><font size="3" face="arial" color="#20c1e2"><b>שם: </b></font></td>  
<td><input type="text" size="25" value="{$username}" name="name"></td>  
</tr>  
<tr>  
<td><font size="3" face="arial" color="#20c1e2"><b>נושא: </b></font></td>  
<td><input type="text" style="width:400px;" name="subject"></td>  
</tr>  
<tr>  
<td><font size="3" face="arial" color="#20c1e2"><b>תוכן: </b></font></td>  
<td><textarea rows="10" style="width:400px;" name="content"></textarea></td>  
</tr>  
<tr>  
<td align="left" colspan="2"><input type="submit" value="שלחו לספר האורחים"></td>  
</tr>  
</table>  
</form>  

<table width="400" align="center" dir="rtl" style="border:solid;"  
cellspacing="1" cellpadding="4">  
</html>
__________________
.

בחורות ערומות
  Reply With Quote