Search php form broblem

[LEFT]Hi
I have a php search form. this form not work.
My database name is Final_db and database table name is students_info
It’s html page source :

<html>
   <head>
      <title>Get Code Form</title>
	  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	  <style type="text/css">
<!--
body,td,th {
	font-family: Tahoma;
	background-color:#bdbdbd;
}
.style1 {font-size: 12px}
-->
   </style></head>
   <body>
   <h1 align="center" class="style1">Get form Code for Students in 2012</h1>
                <div align="center" style="width:100%; background:#cdcdcd; font-size: 12; direction:rtl; padding:10px 30px 10px 30px; line-height:25px; border:1px solid #fff;">
                  <p>For get your student code inter your National code and birth year .</p>
				  <form action="search.php" method="post">
                  <tr>
				  <td>National Code : </td>
				  <td><input type="text" name="search" /></td>
				  </tr><br/>
				  <tr>
				  <td>Birth year : </td>
				  <td><input type="text" name="Birthday" /></td>
				  <br/><br/>
                  <input name="submit" type="submit" value="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"  />
				  </tr><br/>
                  </form>
                  <p>Contact me : ...</p>
                </div>
   </body>
</html>

It’s PHP code:

&lt;?php require_once('Connections/conecction.php'); ?&gt;
&lt;?php
$search= $_POST['search'];
$burth = $_POST['Birthday'];

$maxRows_Recordset1 = 10;
$pageNum_Recordset1 = 0;
if (isset($_GET['pageNum_Recordset1'])) {
  $pageNum_Recordset1 = $_GET['pageNum_Recordset1'];
}
$startRow_Recordset1 = $pageNum_Recordset1 * $maxRows_Recordset1;

mysql_select_db($database_conecction, $conecction);
mysql_query('set names utf8');
$query_Recordset1 = "SELECT * FROM `student_info` WHERE `Melcode` = '$search' AND `Birthday` = '$burth'";
$query_limit_Recordset1 = sprintf("%s LIMIT %d, %d", $query_Recordset1, $startRow_Recordset1, $maxRows_Recordset1);
$Recordset1 = mysql_query($query_limit_Recordset1, $conecction) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);

if (isset($_GET['totalRows_Recordset1'])) {
  $totalRows_Recordset1 = $_GET['totalRows_Recordset1'];
} else {
  $all_Recordset1 = mysql_query($query_Recordset1);
  $totalRows_Recordset1 = mysql_num_rows($all_Recordset1);
}
$totalPages_Recordset1 = ceil($totalRows_Recordset1/$maxRows_Recordset1)-1;


?&gt;

&lt;style type="text/css"&gt;
&lt;!--
.style3 {font-family: Tahoma; font-size: 12px; line-height:25px; padding:0 8px 0 8px; }
ul,li {
    line-height:25px;
	text-align:right;
	direction:rtl;
}
tr,td,th {
    direction:rtl;
	font-family: Tahoma;
	font-size: 12px;
	text-align:right;
}
p {
    direction:rtl;
	font-family: Tahoma;
	font-size: 12px;
	text-align:right;
	padding-right:30px;
	color:red;
}
body {
	background-color:#bdbdbd;
	font-family: Tahoma;
	font-size: 12px;
}
a {
	font-family: Tahoma;
	font-size: 12px;
}
.result {
    background-color:#dedede;
	width:150px;
	direction:rtl;
	padding:0 10px 0 10px;
}
--&gt;
&lt;/style&gt;


&lt;div class="center"&gt;
  &lt;div align="center"&gt;
  &lt;div align="center" dir="rtl" lang="fa"&gt;
  &lt;div align="center" class="style3"&gt;&lt;strong&gt;Get code form&lt;/strong&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;table border="0" align="center" dir="rtl"&gt;
&lt;tr&gt;
    &lt;td width="130px" align="right"  bgcolor="#cdcdcd"&gt;&lt;span class="style3"&gt;Name&lt;/span&gt;&lt;/td&gt;
    &lt;td width="130px" align="right" bgcolor="#cdcdcd"&gt;&lt;span class="style3"&gt;Family&lt;/span&gt;&lt;/td&gt;
    &lt;td width="130px" align="right" bgcolor="#cdcdcd"&gt;&lt;span class="style3"&gt;Father&lt;/span&gt;&lt;/td&gt;
    &lt;td width="130px" align="right" bgcolor="#cdcdcd"&gt;&lt;span class="style3"&gt;Birth Year&lt;/span&gt;&lt;/td&gt;
    &lt;td width="130px" align="right" bgcolor="#cdcdcd" &gt;&lt;span class="style3"&gt;Id Num&lt;/span&gt;&lt;/td&gt;
    &lt;td width="130px" align="right" bgcolor="#cdcdcd" &gt;&lt;span class="style3"&gt;National Code&lt;/span&gt;&lt;/td&gt;
    &lt;td width="130px" align="right" bgcolor="#cdcdcd" &gt;&lt;span class="style3"&gt;Mobile&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
  &lt;?php do { ?&gt;
  &lt;tr&gt;
    &lt;td  class="result"&gt;&lt;span&gt;&lt;?php echo $row_Recordset1['Name']; ?&gt;&lt;/span&gt;&lt;/td&gt;
    &lt;td  class="result"&gt;&lt;span&gt;&lt;?php echo $row_Recordset1['Family']; ?&gt;&lt;/span&gt;&lt;/td&gt;
	&lt;td  class="result"&gt;&lt;span&gt;&lt;?php echo $row_Recordset1['Father']; ?&gt;&lt;/span&gt;&lt;/td&gt;
	&lt;td  class="result"&gt;&lt;span&gt;&lt;?php echo $row_Recordset1['Birthday']; ?&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;
	&lt;td  class="result"&gt;&lt;span&gt;&lt;?php echo $row_Recordset1['Shnum']; ?&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;
	&lt;td  class="result"&gt;&lt;span&gt;&lt;?php echo $row_Recordset1['Melcode']; ?&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;
	&lt;td  class="result"&gt;&lt;span&gt;&lt;?php echo $row_Recordset1['Mobile']; ?&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?&gt;
&lt;/table&gt;
  &lt;div align="center" &gt;&lt;strong&gt;
    &lt;tr&gt;
    &lt;td&gt;
	  &lt;p&gt;Note :
	    &lt;ul&gt;
		   &lt;li&gt;After inter to your accont, change your password.&lt;/li&gt;
		&lt;/ul&gt;
	  &lt;/p&gt;
	&lt;/td&gt;
  &lt;/tr&gt;
&lt;/strong&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

And it’s error:

Warning: require_once(Connections/conecction.php): failed to open stream: No such file or directory in C:\\old_xampp\\htdocs\\search.php on line 1

Fatal error: require_once(): Failed opening required 'Connections/conecction.php' (include_path='.;C:\\old_xampp\\php\\PEAR') in C:\\old_xampp\\htdocs\\search.php on line 1

Please help me.

[/LEFT]

The program can’t find the connection file…

Have you checked your spelling? You’re trying to include a file called “conecction.php” <– Is this spelled correctly?