search

Home  >  Q&A  >  body text

php data acquisition?

php data acquisition? php data acquisition? php data acquisition?

Mr.VMr.V2671 days ago2203

reply all(4)I'll reply

  • 冷心病人

    冷心病人2018-06-27 21:07:36

    Welcome to study together and talk nonsense together. The PHP interactive communication group (******) provides a PHP learning and communication platform for PHP self-study and workers, so that everyone can communicate with each other in a timely manner, share PHP learning materials, and solve PHP problems. problems, and then promote common progress for everyone.

    reply
    0
  • zeus

    zeus2018-01-24 01:03:02

    I don’t understand what you want so I can’t give an answer

    reply
    0
  • 正念的奇迹

    正念的奇迹2017-07-29 17:12:55

    If you are referring to reading from the database:

    $sql = 'select column name 1, column name 2 from table name (followed by some restrictions)';

    $result = mysql_query($sql);

    $a = mysql_fetch_assoc($result);

    If you have any questions, please continue to ask.

    reply
    1
  • 大家讲道理

    大家讲道理2017-07-28 08:31:40

    Don’t know what you want to express?

    reply
    0
  • Cancelreply