صفحة 1 من 1
					
				????? ?? ????? ??? ????? ??? ?????
				مرسل: الخميس يونيو 05, 2014 11:28 pm
				بواسطة osman s
				????? ?? ????? ??? ????? ??? ????? ???? ????? ???????? ????? 
?? ????? ???? ?? ??? ?????? ?????? ????? ????? .. 
??? ??? ????? ????? ???? ??? ?? ?????? ??? ?? ??????? ??? ??????? ????? ???? ?? ??????? ?????? 
?????? .. ?? ????? ??? ?????? .. ???? ???? ?? ??? ??
			 
			
					
				????? ?? ????? ??? ????? ??? ?????
				مرسل: السبت يونيو 07, 2014 6:08 am
				بواسطة Garebooo
				???? ?? ? ?? ???? ??? ?????
			 
			
					
				????? ?? ????? ??? ????? ??? ?????
				مرسل: السبت يونيو 07, 2014 10:06 am
				بواسطة osman s
				??? ??? ??????? ?????? ???????? ?? ????????? 
<?php require_once('../../Connections/conn.php'); ?>
<?php
mysql_select_db($database_conn, $conn);
$query_Recordset1 = "SELECT * FROM students";
$Recordset1 = mysql_query($query_Recordset1, $conn) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
 
..
???? ??? ??????? ?? ??? ???? ????? .. ???? ??? ??????? ???? ??? ????? ????? ???? ????? ?????? ??????
<select name="select" class="style38">
 <?php
do {  
?>
<option value="<?php echo $row_Recordset1['Std_id']?>"><?php echo $row_Recordset1['Std_name']?></option>
<?php
} while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));
  $rows = mysql_num_rows($Recordset1);
  if($rows > 0) {
      mysql_data_seek($Recordset1, 0);
	  $row_Recordset1 = mysql_fetch_assoc($Recordset1);
  }
?>
</select>
: ??? ??????</span> </p>
<p> <span class="style55">
<select name="select" class="style38">
<?php
do {  
?>
<option value="<?php echo $row_Recordset1['Std_id']?>"><?php echo $row_Recordset1['Std_id']?></option>
<?php
} while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));
  $rows = mysql_num_rows($Recordset1);
  if($rows > 0) {
      mysql_data_seek($Recordset1, 0);
	  $row_Recordset1 = mysql_fetch_assoc($Recordset1);
  }
?>
</select>
: ????? ??????</span></p>
<p> </p>
			 
			
					
				????? ?? ????? ??? ????? ??? ?????
				مرسل: الاثنين يونيو 09, 2014 4:58 am
				بواسطة Garebooo
				????? ??? ??? ???? ????? ???? ??? phpBB ???? ??? phpBB.
????? ?????? ???? ??? ??????? ?? ????? ????? ?? ??????.
????????