הרשם שאלות ותשובות רשימת חברים לוח שנה הודעות מהיום

חזור   הוסטס - פורום אחסון האתרים הגדול בישראל > עיצוב גראפי, תכנות על כל שפותיו וקידום ושיווק אתרים > פורום תיכנות

   
|!|

 
 
כלים לאשכול תצורת הצגה
Prev הודעה קודמת   הודעה הבאה Next
ישן 09-01-06, 21:32   # 5
HaMashiah
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: עכו סיטי!
גיל: 36
הודעות: 230
שלח הודעה באמצעות ICO אל HaMashiah

HaMashiah לא מחובר  

עדיין אותה בעיה הינה הקוד המלא:
PHP קוד:
<? 
include("includes/dbconnect.php");

echo 
"
<html>
<head>
<title>הרשמה לתחרות אתרים</title>
<script language='JavaScript'>
function toggle(e, u)
{
    e.disabled = u
}
</script>
</head>
<body>
<table width='735' align='center' dir='rtl' border='1' bordercolor='#ADADAD' cellspacing='0'>
<form method='POST' action='includes/register.php'>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>שם משתמש:</font> <font size='1' color='#919191' face='arial'>(בין 3 ל-20 תווים)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='UserName' size='25' class='textstyle' maxlength='20'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>סיסמה:</font> <font size='1' color='#919191' face='arial'>(בין 3 ל-20 תווים)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='password' name='Password' size='25' class='textstyle' maxlength='20'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>אימות סיסמה:</font> <font size='1' color='#919191' face='arial'>(חייבת להיות תואמת לזאת שמעל)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='password' name='Password2' size='25' class='textstyle' maxlength='20'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>דואר אלקטרוני:</font> <font size='1' color='#919191' face='arial'>(חייבת להיות אמיתית ופעילה)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='Email' size='25' class='textstyle' maxlength='255' dir='ltr'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>אימות דואר אלקטרוני:</font> <font size='1' color='#919191' face='arial'>(חייב להיות תואם לזה שמעל)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='Email2' size='25' class='textstyle' maxlength='255' dir='ltr'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>שם האתר:</font> <font size='1' color='#919191' face='arial'>(מקסימום 30 תווים)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='SiteName' size='40' class='textstyle' maxlength='30'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>תיאור קצר לאתר:</font> <font size='1' color='#919191' face='arial'>(מקסימום 255 תווים)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='SiteDesc' size='40' class='textstyle' maxlength='255'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>הכתובת המלאה של האתר:</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='SiteUrl' size='40' class='textstyle' value='http://' dir='ltr'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>האם יש לך באנר?</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='radio' name='U_NoBanner' value='Y' onclick='toggle(document.all.HideShow[0], false); toggle(document.all.HideShow[1], false); toggle(document.all.HideShow[2], false);' checked> <font size='1' color='#243947' face='tahoma'>כן</font>
   &nbsp;<input type='radio' name='U_NoBanner' value='N' onclick='toggle(document.all.HideShow[0], true); toggle(document.all.HideShow[1], true); toggle(document.all.HideShow[2], true);'> <font size='1' color='#243947' face='tahoma'>לא</font>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>הכתובת המלאה של הבאנר של האתר:</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='U_SiteBLink' size='40' class='textstyle' value='http://' dir='ltr' id='HideShow'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>רוחב הבאנר:</font> <font size='1' color='#919191' face='arial'>(בפיקסלים, מקסימום 468)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='U_SiteBWidth' size='5' class='textstyle' id='HideShow'>
  </td>
 </tr>
 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>גובה הבאנר:</font> <font size='1' color='#919191' face='arial'>(בפיקסלים, מקסימום 60)</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   <input type='text' name='U_SiteBHeight' size='5' class='textstyle' id='HideShow'>
  </td>
 </tr>

 <tr>
  <td width='40%' align='right' dir='rtl' bgcolor='#F4F6F5'>
   &nbsp;<font size='1' color='#2E3A41' face='tahoma'>קטגוריית האתר:</font>
  </td>
  <td width='60%' align='right' dir='rtl' bgcolor='#F4F6F5'>
<select name='category_id'>

      $category_query = mysql_query("
SELECT FROM categories ORDER BY id DESC"); 
 
      $result=@mysql_query($category_query,$con);

      while ($row=mysql_fetch_array($result))
      {
    echo "
<option value=".$row["id"].">".$row["catname"]."</option>";
      }


</select>
  </td>
 </tr>
</table>
</form>
</body>
</html>
"
;

include(
"includes/dbclose.php");
?>
  Reply With Quote
 

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 


חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 21:18.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ