PHP获取字段数目实现技巧讲解
我们通过对
mysql_num_fields()函数可以将要查询的表内所有字段的数目统计出来,该函数的语法格式如下:
int mysql_num_fields ( resource $result )
其中参数result是mysql_query()函数执行后返回的结果集。使用mysql_num_fields()函数的PHP获取字段数目示例代码如下:
- ?php
-
$connection=mysql_connect("localhost",
"root","root") or die("连接服务器失败"); - mysql_select_db("sunyang",$connection)
or die("选择数据库失败"); - $query="select * from employee";
-
$result=mysql_query($query) or
die("查询数据失败"); //执行查询 - echo mysql_num_fields($result);
//输出字段的数目 - mysql_free_result($result);
- mysql_close();
- ?>
以上就是PHP获取字段数目的相关实现方法介绍。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Zend Studio 13.0.1
Powerful PHP integrated development environment

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version
Useful JavaScript development tools
