ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:postgresql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:database:postgresql [2017/04/21 11:49] – external edit 127.0.0.1v5:database:postgresql [2018/07/01 23:49] – fix typo in example peterdd
Line 24: Line 24:
 ==== Example Connection Strings ===== ==== Example Connection Strings =====
 <code php> <code php>
-$db->Connect("host=host1 user=user1 password=secret port=4341"); +$db->connect("host=host1 user=user1 password=secret port=4341"); 
-$db->Connect(null, $user='user1' $password='secret');+$db->connect(null, $user='user1'$password='secret');
 </code> </code>
  
v5/database/postgresql.txt · Last modified: 2023/11/05 01:18 by dregad