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

<?php

$cnx = pg_connect("host=localhost dbname=hdabo user=raph password=yusao6Kh");

?>