I would like to ask if PHP can read the mssql record set directly and store it directly into an array? Thank you
stock2
stock2 2019-04-27 20:02:10
0
1
971
之前是asp,现在转入php.

For example
$sql = "SELECT * FROM abcDB"; //Record 20 records
How to get a two-dimensional record set and store it in an array at one time.
Reason: Database operation, think about it after completion Disconnect. The data slowly circulates and proofreads in the array.


stock2
stock2

asp转php

reply all(1)
不懂装懂

If you use thinkphp, what you get directly is an array. Don't know what you used.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template