Advertisement
M00371202

coursework2 add.php

Dec 18th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.37 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4.  
  5. <head>
  6.      <link REL="StyleSheet" TYPE="text/css" HREF="style.css">
  7.  
  8.        
  9.  </head>
  10. <style>
  11. body
  12. {
  13. background-image:url('background-1.jpg');
  14. }
  15. </style>
  16.  
  17. <h1> Friba DropBox</h1>
  18.  
  19.  
  20. <div class="heading" align="centre" ><br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;***********Welcome*********** <br></div>
  21.  
  22.  
  23.  <div class="hello">&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br><br>
  24. <?php
  25. $con=mysqli_connect("fribardropbox","a7157685_rawish","123456789fr","Data")
  26. // Check connection
  27. if (mysqli_connect_errno())
  28.   {
  29.   echo "Failed to connect to MySQL: " . mysqli_connect_error();
  30.   }
  31.  
  32. mysqli_query($con,"INSERT INTO File (FileName ,Type ,Size , Modified )
  33. VALUES ('home', 'Ms doc',2kb)");
  34.  
  35. mysqli_query($con,"INSERT INTO File (FileName ,Type ,Size , Modified)
  36. VALUES ('afghan letter', 'doc','120k',12.12.13)");
  37.  
  38. mysqli_close($con);
  39. ?>
  40.  
  41.        <div class="heading1" align="centre" ><br>
  42.        <div id="footer"> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
  43.        
  44.     Copyright ©  2013 - Designed  and Developed by:*** Friba Rawish ***
  45.              
  46.        </div></div>
  47.        
  48.        
  49.     </div> <!-- end of wrapper -->
  50. </div> <!-- end of wrapper_outer -->
  51.  
  52.  
  53.  
  54.  
  55.  
  56. </div>
  57.  
  58. </body>
  59.  
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement