search

Home  >  Q&A  >  body text

How to use PHP to query database content and solve


Use PHP to interconnect with the database to realize PHP query of database content.



L WL W2047 days ago1371

reply all(2)I'll reply

  • 小枫

    小枫2019-04-16 17:41:33

    $conn = mysql_connect("localhost", "root");

    $conn = mysql_connect("localhost", "root", "", "yourdb");

    Baidu has a lot of such simple things

    reply
    0
  • Cancelreply