Heim  >  Artikel  >  Backend-Entwicklung  >  php页面访问postgres数据库的有关问题

php页面访问postgres数据库的有关问题

WBOY
WBOYOriginal
2016-06-13 10:03:46942Durchsuche

php页面访问postgres数据库的问题
本机装有php,apache,postgres数据库 
我想从浏览器php页面将页中的数据插入到本机数据库中,我写的代码肯定没错,但就是不能将数据插入库中(运行时,他只运行连库代码之前的代码,之后就不走了,也不报错,但代码绝对没错,如下代码:),好像是没有访问权限,但网上写的用户权限太乱,我初学,看不懂. 
能否写下具体在那些文件配,怎样配才能把页面的数据插到库中.越详细越好.好用后我还给分!




echo "222";

[email protected]_connect("host=localhost user=postgres password=postgres dbname=dam port=5432")or die("ERROR");

echo "aaaaa";
?>
浏览器只显示222,却不能显示aaaaa。但注销掉连库代码就能显示aaaaa了,为什么?


------解决方案--------------------
[email protected], 看看是什么错误.
------解决方案--------------------
这种情况需要你重新安装php,按照正确的配置方法设置,特别是指定正确的postgres数据库,
要不会找不到库文件而失败

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn