hi, im handling some important information that needs to be stored in my postgresql database via a php script. i´ve been reading the mails sent on this mailing list on SSL use. my postgresql server allows SSL connections but im not sure how to make use of this.id like to know more about ssl and how to take advantage of its security features. any references? from my php script, do i need to make a special connection to the database or is the same e.g pg_connect(host= localhost dbname=test user=p password=p)? is my information automatically transfered in an encrypted fashion? thnax -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php