search
Homephp教程php手册恰当应用函数实现PHP获取表字段名

恰当应用函数实现PHP获取表字段名

Jun 13, 2016 am 11:12 AM
mysqlphpfunctionexistFieldaccomplishapplicationObtainsurfaceusepass

在运用

PHP获取表字段名通过mysql_field_name()函数来实现,该函数的语法格式如下:

string mysql_field_name ( resource $result, int $field_offset )

mysql_field_name()函数将返回指定索引的字段的名字,它的参数的描述如下。

l result:mysql_query()函数执行后返回的结果集。

l field_offset:字段的偏移量,起始值为零。

使用mysql_field_name()函数的PHP获取表字段名示例代码如下:

  1.  ?php  
  2. $connection=mysql_connect("localhost",
    "root","root") or die("连接服务器失败");  
  3. mysql_select_db("sunyang",$connection)
     or die("选择数据库失败");  
  4. $query="select * from employee";  
  5. $result=mysql_query($query) or 
    die("查询用户失败");  
  6. echo mysql_field_name($result,0);
     //输出第一个字段名  
  7. echo "br>";  
  8. echo mysql_field_name($result,1); 
    //输出第二个字段名  
  9. mysql_close($connection);   
  10. ?> 

在上面PHP获取表字段名代码中可输出第一个字段名和第二个字段名。


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

MinGW - Minimalist GNU for Windows

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.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function