16.08.2013 Views

hostel management system - DSpace at CUSAT - Cochin University ...

hostel management system - DSpace at CUSAT - Cochin University ...

hostel management system - DSpace at CUSAT - Cochin University ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Hostel Mangement System<br />

if(isset($_REQUEST['delete']))<br />

?><br />

{<br />

}<br />

$year=$_REQUEST['year'];<br />

$table=$year.'r';<br />

$sql="DROP TABLE $table";<br />

@mysql_query($sql);<br />

header("loc<strong>at</strong>ion:admin_home.php");<br />

6.5 Storing values from d<strong>at</strong>abase<br />

$i=1;<br />

while($row=@mysql_fetch_array($result))<br />

{<br />

$id[$i]=$row['id'];<br />

$roll_no[$i]=$row['roll_no'];<br />

$reg_no[$i]=$row['reg_no'];<br />

$name[$i]=$row['name'];<br />

$email[$i]=$row['email'];<br />

$i++;<br />

}<br />

6.6 Includin a file<br />

<br />

Division of computer Engineering, SOE 44

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!