Home  >  Q&A  >  body text

How to write mysql_query and mysql_fetch_array using PDO

mysql_query()

mysql_fetch_array()

It can be used in php5, but now I want to change to php8

P粉065572486P粉065572486834 days ago1280

reply all(1)I'll reply

  • autoload

    autoload2022-06-09 09:17:19

    PDO::query() and fetch(PDO::FETCH_BOTH) replacement

    reply
    0
  • Cancelreply