Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
~2K People Reached
About Me

jsut A student ..

Favorite Tags
Member Avatar for Nirmeen Ased

<tr> <td><strong>Department</strong></td> <td width="220" align="right"> <select name="Depcategory" dir="rtl" id="Depcategory" class="title"> <option value="-1">chosse department</option> <?php $rs=$db->GetAllDepCategory($_SESSION["Faculty"]); while(list($name)=mysql_fetch_array($rs)){ echo "<option ".($DepSearch==$name?" selected=selected ":"")." value='$name'>$name</option>"; } ?> </select> </td> </tr> <tr> <td> <strong>Teacher name</strong></td> <td width="200" align="right"><label for="TeacheSearch"></label><select name="TeacheSearch" dir="rtl" id="TeacheSearch" class="title"> <option value="-1">choose teacher</option> <?php $rs=$db->GetTeacher($_SESSION["Faculty"], $_SESSION["AdminWorkName"]); while(list($Fname,$WNO,$Lname)=mysql_fetch_array($rs)){ echo "<option ".($Lname==$TeacheSearch?" selected='selected' …

Member Avatar for paulkd
0
227
Member Avatar for Nirmeen Ased

<td width="186" align="right"><label for="collegetxt"></label> <select name="collegecategory" dir="rtl" id="collegecategory" class="title"> <option value="-1">Choose college</option> <?php $rs=$db->GetAllCollegCategory(); while(list($name)=mysql_fetch_array($rs)){ echo "<option ".($collegSearch==$name?" selected=selected ":"")." value='$name'>$name</option>"; } ?> </select> </td> </tr> <tr> <td> <strong>Teacher Number:</strong></td> <td width="217" align="right"><label for="Teachesearch"></label> <label for="TeacherNo"></label> <input type="text" name="TeacherNo" id="TeacherNo" class="title" checked="checked"/></td> <input type="submit" name="evlBtn1" id="evlBtn1" value="Evaluate" style="width:119px;height:39px;font-size:16px;" /> Hi, …

Member Avatar for Zagga
0
276
Member Avatar for Nirmeen Ased

$sql="select *, (select Faculty from userinfo where Faculty=$college) as category from award where HonoringYear=$year"; $rs=mysql_query($sql); return $rs;

Member Avatar for Webville312
0
115
Member Avatar for Nirmeen Ased

// login.php page <?php include_once("dba.class.php"); $msg=""; if(isset($_POST["btnLogin"])){ $username=trim(mysql_real_escape_string($_POST["txtUserName"])); $password=trim(mysql_real_escape_string($_POST["txtPassword"])); if($username != "" or $password != ""){ $c->LoginAdmin($username,$password); header("location:Admin.php"); } else $msg="Invalid User Name or Password"; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Login Page</title> <style type="text/css"> .MSG { color: …

Member Avatar for Nirmeen Ased
0
282
Member Avatar for Nirmeen Ased

hi, i need some simple ideas for my graduation project, i'll use PHP to develope it, hope you'll help me. redgards.

Member Avatar for ryantroop
-1
145
Member Avatar for Nirmeen Ased

Hi every body .. i got these problems with my code when ever i choose "no" as an answer .. it requires me to create an a count while i don't want to create one .. another problem occurs when i use the Acounte_Number to be the ID for the …

Member Avatar for Nirmeen Ased
0
286
Member Avatar for Nirmeen Ased

Write a program toconvert from Fahrenheit to Celsius : Tc =(5/9)*(Tf-32) Tc : Celsius Tf : fahrenheit

Member Avatar for GunnerInc
0
107
Member Avatar for Nirmeen Ased

what's the wrong with it ..?[code]<asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" Font-Size="14pt" Font-Underline="True" ForeColor="White" onclick="LinkButton1_Click" PostBackUrl="~/دخول.aspx">تسجيل الدخول</asp:LinkButton> &nbsp;&nbsp;&nbsp; <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" Font-Size="14pt" Font-Underline="True" ForeColor="White" PostBackUrl="~/التسجيل.aspx">التسجيل في الموقع</asp:LinkButton> <br /> <br /> <asp:TextBox ID="txt_search" runat="server" Height="32px" Width="272px"></asp:TextBox> <asp:Button ID="Btn_search" runat="server" BackColor="#999999" BorderColor="#3333CC" BorderStyle="Solid" BorderWidth="3px" Font-Size="13pt" ForeColor="White" Text="بحث" Width="73px" />[/code]

Member Avatar for Nirmeen Ased
0
88
Member Avatar for Nirmeen Ased

i have a as an array b also .. how can i find the summation of there content .. thank you ..

Member Avatar for Nirmeen Ased
0
100
Member Avatar for Nirmeen Ased

Using Two Classes, one main class only for calling methods in the second class {Hint: suppose you two classes Like Class A and Class B. Class A has all methods only. Class B only Calling methods} Q1- write a java program to do the following i- method for input array …

Member Avatar for Mattox
0
117