Social Networking Sites

Social Networking Sites - BioBook

This is a simple Social Networking Sites using PHP and it's called "BioBook". This site allows you to post your status, post image, comment, make a gallery and more. Hope that this system will help you in your project.

Sample Source Code

  1. <!DOCTYPE html>
  2.  
  3. <head>
  4. <title>Welcome To Biobook - Sin up, Log in, Chat </title>
  5. <link rel="stylesheet" type="text/css" href="css/index.css">
  6. </head>
  7.  
  8.  
  9. <div id="header">
  10. <div class="head-view">
  11. <ul>
  12. <li><b>biobook</b></li>
  13. <li></li>
  14. <li></li>
  15. <li></li>
  16. <li></li>
  17. <li><a href="signin.php" title="Sign in"><button class="btn-sign-in" value="Sign in">Sign in</button></a></li>
  18. <li><a href="signup.php" title="Sign up"><button class="btn-sign-up" value="Sign up">Sign up</button></a></li>
  19. </ul>
  20. </div>
  21. </div>
  22.  
  23. <div id="container">
  24. <div class="image-display">
  25. <img src="image/world.png" class="img-style" />
  26. </div>
  27. </div>
  28.  
  29. </body>
  30.  
  31. </html>

Output:

This is the Log In page of this sites. Result Hope that this system will help you in your project. So what can you say about this work? Share your thoughts in the comment section below or email me at [email protected]. Practice Coding. Thank you very much.

Comments

Submitted byAndre Dantes (not verified)on Fri, 01/12/2018 - 21:48

Hello friend! good day the system you made is very good! is there an ad friend and view friend features in your system? because I have a problem in my IT subject, Our teacher wants us to make a facebook like system.... hope you can help ... thank you

Add new comment