php连接与操作PostgreSQL数据库的方法

前端之家收集整理的这篇文章主要介绍了php连接与操作PostgreSQL数据库的方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

本文实例讲述了PHP连接与操作Postgresql数据库方法分享给大家供大家参考。

具体实现方法如下:

代码如下:
输出多少条记录被查询 //if($result) //{ //echo "recrods inserted sucessfully!"; //echo pg_affected_rows($result);//输出多少条记录被插入 //} //实例一[pg_fetch_row] echo ""; echo ""; //echo ""1006","name"=>"peter","birthday"=>"1990-07-03","salary"=>"90","bonus"=>"80"); //$reusult=@pg_insert($pg,"employes",$newrow) or die("can't insert data to table."); //if($reusult) //{ //echo "rechords inserted sucessfully!"; //} // pg_close($pg);

希望本文所述对大家的PHP程序设计有所帮助。

原文链接:https://www.f2er.com/php/23026.html

猜你在找的PHP相关文章