In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "php how to judge a few pieces of data in the table". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "php how to judge how there are several pieces of data in the table".
There are several data methods in the php judgment table: 1, create a new PHP file; 2, through "$conn = new mysqli ('10.5.15.177,' root',', 'test')." The code can determine the number of pieces of data in the table.
This article operating environment: windows7 system, PHP7.1 version, DELL G3 computer
How does php determine how many pieces of data are in the table?
1. First, open the php editor and create a new php file, such as index.php.
2. In index.php, enter the code:
$conn = new mysqli ('10.5.15.177', 'root',', 'test'); $sql = "select * from stu"; $r = $conn- > query ($sql); print_r ($r-> num_rows)
3. When the browser runs the index.php page, the number of records printed out of the stu table is 5.
Thank you for your reading, the above is the content of "php how to judge a few pieces of data in the table". After the study of this article, I believe you have a deeper understanding of the problem of how php judges how to judge a few pieces of data in the table, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.