与朋友一起上课(用户.php)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了与朋友一起上课(用户.php)相关的知识,希望对你有一定的参考价值。

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>
  7.  
  8. <body>
  9.  
  10. Current Users of Classes w/ Friends on Facebook
  11. <?
  12.  
  13. include ('connect.php');
  14.  
  15. $query = "SELECT * FROM users";
  16.  
  17. $result = mysql_query($query);
  18.  
  19. while ($row = mysql_fetch_array($result))
  20. {
  21. echo "<a href='". $row['link'] ."'/>" . $row['name'] ."</a>,&nbsp". $row['gender'] . ",&nbsp" . $row['email'] . "<br>";
  22.  
  23. }
  24.  
  25. ?>
  26.  
  27.  
  28.  
  29. </body>
  30. </html>

以上是关于与朋友一起上课(用户.php)的主要内容,如果未能解决你的问题,请参考以下文章

与朋友一起上课(myclasses.php文件)

与朋友一起上课(插入类.php)

与朋友一起上课(添加类.php)

第4件事 产品经理必须“入戏”, 与用户交朋友

帮助处理用户关系

与已选中的朋友一起显示 Fbwebdialog