hdalab/connect.inc.php
author ymh <ymh.work@gmail.com>
Thu, 16 Feb 2012 21:48:40 +0100
changeset 119 e3ebe3545f72
parent 109 3371a40449c7
permissions -rw-r--r--
first implementation of django version. Kind of work but need optimisation. Will do them after update from raphael
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
109
3371a40449c7 HDA Lab 1st commit
veltr
parents:
diff changeset
     1
<?php
3371a40449c7 HDA Lab 1st commit
veltr
parents:
diff changeset
     2
3371a40449c7 HDA Lab 1st commit
veltr
parents:
diff changeset
     3
$cnx = pg_connect("host=localhost dbname=hdabo user=raph password=yusao6Kh");
3371a40449c7 HDA Lab 1st commit
veltr
parents:
diff changeset
     4
3371a40449c7 HDA Lab 1st commit
veltr
parents:
diff changeset
     5
?>