Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <?php include("top.html"); ?>
  2. <div>
  3. <?php $username = $_GET["name"]; ?>
  4. <?php file_get_contents('http://raromero.millersville.edu/Lab8/nerdluv.php'.$getdata, false, $context); ?>
  5. <h1>Matches for <?="$username"?></h1>
  6. <?php foreach($data as $singlematch){ ?>
  7. <header class="match">
  8. <p><?="$singlematch[0]"?><img src="user.jpg" alt="person"/></p>
  9. <ul>
  10. <li><strong>gender:</strong><?="$singlematch[1]"?></li>
  11. <li><strong>age:</strong><?="$singlematch[2]"?></li>
  12. <li><strong>type:</strong><?="$singlematch[3]"?></li>
  13. <li><strong>OS:</strong><?="$singlematch[4]"?></li>
  14. </ul>
  15. </header>
  16. <?php } ?>
  17. </div>
  18. <?php include("bottom.html"); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement